Skip to content

Commit

Permalink
Updated Version to 1.1.34.64
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphDev committed Jun 23, 2016
1 parent 38f3725 commit 338fe78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1.33'
version = '1.1.34'
# The full version, including alpha/beta/rc tags.
release = '1.1.33.63'
release = '1.1.34.64'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion nationstates/NScore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from ezurl import Url

__apiversion__ = "8"
__version__ = "1.1.33.63"
__version__ = "1.1.34.64"
_rltracker_ = list()
if __name__ != "__main__":
try:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"""


version = '1.1.33.63'
version = '1.1.34.64'

from setuptools import setup
setup(name='nationstates',
Expand Down

0 comments on commit 338fe78

Please sign in to comment.