Skip to content

Commit

Permalink
Bump version number and update history
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed May 7, 2012
1 parent 3f1d8e2 commit a8f2ab5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions HISTORY.rst
Expand Up @@ -2,7 +2,10 @@ History
-------


0.0.1 (2012-04-29)
0.1 (2012-05-07)
++++++++++++++++++

* FRIST!
Initial release with
* complete CRUD
* Lock Implementation
* Queue Implementation
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
author = "David Miller",
author_email = "david@deadpansincerity.com",
url = "http://github.com/davidmiller/zoop",
description = "Pythonic API for Zookeeper",
description = "Pythonic API and common paradigms for Zookeeper",
long_description = open('README.rst').read() + "\n\n" + open('HISTORY.rst').read(),
classifiers = [
"Programming Language :: Python",
Expand Down
2 changes: 1 addition & 1 deletion zoop/_version.py
@@ -1 +1 @@
__version__ = "0.0.1"
__version__ = "0.1"

0 comments on commit a8f2ab5

Please sign in to comment.