Skip to content
Snippets Groups Projects
Commit 8e0b76ce authored by Nicolas  MAILLET's avatar Nicolas MAILLET
Browse files

V0.6.1

parent d659d246
Branches
Tags
No related merge requests found
Pipeline #
...@@ -26,7 +26,7 @@ author = 'Nicolas Maillet' ...@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version # The short X.Y version
version = '' version = ''
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6.0' release = '0.6.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
necessary functions necessary functions
""" """
__version_info__ = ('0', '6', '0') __version_info__ = ('0', '6', '1')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
__revision_date__ = "2018-05-02" __revision_date__ = "2018-05-02"
__author__ = "Nicolas Maillet" __author__ = "Nicolas Maillet"
......
...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages ...@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
_MAJOR = 0 _MAJOR = 0
_MINOR = 6 _MINOR = 6
_MICRO = 0 _MICRO = 1
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO) version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR) release = '%d.%d' % (_MAJOR, _MINOR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment