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

V1.0.1

parent 68b7860d
No related branches found
No related tags found
No related merge requests found
Pipeline #
=========
CHANGELOG
=========
- 1.0.1
Minor change in enzymes definition in user guide
- 1.0.0
Correct a bug when to rules were applying at the same time
......
......@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.0.0'
release = '1.0.1'
# -- General configuration ---------------------------------------------------
......
......@@ -29,7 +29,7 @@
necessary functions
"""
__version_info__ = ('1', '0', '0')
__version_info__ = ('1', '0', '1')
__version__ = '.'.join(__version_info__)
__revision_date__ = "2018-05-16"
__author__ = "Nicolas Maillet"
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
_MAJOR = 1
_MINOR = 0
_MICRO = 0
_MICRO = 1
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment