Skip to content

Commit

Permalink
Back to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hathawsh committed Nov 18, 2011
1 parent c08dd7b commit a279f4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,9 @@
Next release
------------

- ...


1.0 (2011-11-17)
----------------

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 = '1.0'
version = '1.1dev'

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

0 comments on commit a279f4b

Please sign in to comment.