Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
biesnecker committed Apr 3, 2015
1 parent e0112bf commit 7f85663
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
v0.1, 2015/04/02 -- Initial release.
v0.1, 2015/04/02 -- Initial release.
v0.2, 2015/04/03 -- Simplified model, removed ListeningActor and the concept of
tasks. Actors should only respond to messages.
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(filename):
install_requires = ['asyncio']

setup(name='cleveland',
version='0.1.1',
version='0.2',
author='John Biesnecker',
author_email='[email protected]',
url='https://github.com/biesnecker/cleveland',
Expand Down

0 comments on commit 7f85663

Please sign in to comment.