Skip to content

Commit

Permalink
Back to development: 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delijati committed Mar 24, 2014
1 parent dbcba90 commit 232cf98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
0.3 (unreleased)
----------------

- Nothing changed yet.


0.2 (2014-03-24)
----------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import os
from setuptools import setup, find_packages

version = '0.2'
version = '0.3.dev0'

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

0 comments on commit 232cf98

Please sign in to comment.