Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamik423 committed Sep 18, 2022
1 parent 9066054 commit e9beac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ coverage:
black:
black *.py

release: black, tests
release: tests, black
python setup.py sdist bdist_wheel
twine upload dist/*
2 changes: 1 addition & 1 deletion cutie.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Commandline User Tools for Input Easification
"""

__version__ = "0.3.1"
__version__ = "0.3.2"
__author__ = "Hans / Kamik423"
__license__ = "MIT"

Expand Down

0 comments on commit e9beac3

Please sign in to comment.