Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
Changed version in setup.py.
  • Loading branch information
Drekin committed Feb 21, 2015
1 parent c5461ef commit 6414162
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 @@ -9,7 +9,7 @@ def read(*relative_path_parts):
with open(path.join(HERE, *relative_path_parts), encoding=ENCODING) as f:
return f.read()

VERSION = "0.3"
VERSION = "0.3.1"
README = "README.rst"
URL = "https://github.com/Drekin/win-unicode-console"

Expand Down

0 comments on commit 6414162

Please sign in to comment.