Skip to content

Commit

Permalink
[TASK] Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvlk committed May 30, 2017
1 parent c18fc9a commit 84ac57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
# built documents.
#
# The short X.Y version.
version = '0.3.3'
version = '0.4.0'
# The full version, including alpha/beta/rc tags.
release = '0.3.3'
release = '0.4.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyplanet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
PyPlanet, a robust and simple Maniaplanet Server Controller for Python 3.5+.
Please see LICENSE file in root of project.
"""
__version__ = '0.3.3'
__version__ = '0.4.0'
__author__ = 'Tom Valk'

0 comments on commit 84ac57e

Please sign in to comment.