Bump version number in develop branch to 1.0.1dev.

This commit is contained in:
Lance Stout 2012-01-25 20:44:41 -08:00
parent 999f1932cc
commit 8f25acd0f3
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View file

@ -6,3 +6,4 @@ docs/_build/
*.swp
.tox/
.coverage
sleekxmpp.egg-info/

View file

@ -9,5 +9,5 @@
# We don't want to have to import the entire library
# just to get the version info for setup.py
__version__ = '1.0'
__version_info__ = (1, 0, 0, '', 0)
__version__ = '1.0.1dev'
__version_info__ = (1, 0, 1, 'dev', 0)