diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a06aa104d..e481b3c59 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 0.6.1 +current_version = 0.6.2 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P.*))? serialize = {major}.{minor}.{patch}-{release} diff --git a/docs/source/conf.py b/docs/source/conf.py index 5cb65d5bf..4aef262d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -68,9 +68,9 @@ # built documents. # # The short X.Y version. -version = '0.6.1' +version = '0.6.2' # The full version, including alpha/beta/rc tags. -release = '0.6.1' +release = '0.6.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pyplanet/__init__.py b/pyplanet/__init__.py index dc7012415..ecca2dd92 100644 --- a/pyplanet/__init__.py +++ b/pyplanet/__init__.py @@ -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.6.1' +__version__ = '0.6.2' __author__ = 'Tom Valk'