diff --git a/CHANGES b/CHANGES index c2167f5f..de4d711a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +v0.1.2 +More distribution tweaks + v0.1.1 Tweak distribution crap to be more Pythonic diff --git a/setup.py b/setup.py index 1a170799..541832e9 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "py-trello", - version = "0.1.1", + version = "0.1.2", description = 'Python wrapper around the Trello API', long_description = open('README.rst').read(),