mirror of
https://github.com/correl/SleekXMPP.git
synced 2024-11-23 19:19:53 +00:00
Bump version number in develop branch to 1.0.1dev.
This commit is contained in:
parent
999f1932cc
commit
8f25acd0f3
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,3 +6,4 @@ docs/_build/
|
|||
*.swp
|
||||
.tox/
|
||||
.coverage
|
||||
sleekxmpp.egg-info/
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue