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

V7.0.0

parent aab35565
Branches master
Tags v1.2.1
No related merge requests found
Pipeline #
========= =========
CHANGELOG CHANGELOG
========= =========
- 0.7.0
Add the last 7 enzymes
Correct block-code in user-guide
- 0.6.1 - 0.6.1
Add 7 enzymes Add 7 enzymes
......
...@@ -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.1' release = '0.7.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -29,9 +29,9 @@ ...@@ -29,9 +29,9 @@
necessary functions necessary functions
""" """
__version_info__ = ('0', '6', '1') __version_info__ = ('0', '7', '0')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
__revision_date__ = "2018-05-02" __revision_date__ = "2018-05-07"
__author__ = "Nicolas Maillet" __author__ = "Nicolas Maillet"
import argparse import argparse
......
...@@ -3,8 +3,8 @@ import os ...@@ -3,8 +3,8 @@ import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
_MAJOR = 0 _MAJOR = 0
_MINOR = 6 _MINOR = 7
_MICRO = 1 _MICRO = 0
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