Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hathawsh committed Sep 22, 2011
1 parent faf6eb2 commit 43724cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,8 @@
Next Release
------------

- ...

0.2.1 (2011-09-22)
------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup, find_packages
import os

version = '0.2.1'
version = '1.0dev'

here = os.path.abspath(os.path.dirname(__file__))
README = open(os.path.join(here, 'README.txt')).read()
Expand Down

0 comments on commit 43724cc

Please sign in to comment.