Skip to content

Commit

Permalink
Version 0.5
Browse files Browse the repository at this point in the history
Version number in `setup.py` was changed.
  • Loading branch information
Drekin committed Jun 25, 2016
1 parent 7e9b879 commit 6beb5df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def read(*relative_path_parts):
with open(path.join(HERE, *relative_path_parts), encoding=ENCODING) as f:
return f.read()

VERSION = "0.4-post"
VERSION = "0.5"
README = "README.rst"
URL = "https://github.com/Drekin/win-unicode-console"

Expand Down

1 comment on commit 6beb5df

@anthrotype
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.