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

new version 0.5.3

parent b55c7eaa
No related branches found
No related tags found
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.5.2' release = '0.5.3'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -38,10 +38,10 @@ necessary functions ...@@ -38,10 +38,10 @@ necessary functions
#Input format : a fasta/fastq file or a sequence #Input format : a fasta/fastq file or a sequence
#Output format : a fasta/csv/tsv file containing the digested sequences #Output format : a fasta/csv/tsv file containing the digested sequences
#@author: Nicolas Maillet #@author: Nicolas Maillet
#@version: 0.5.2α #@version: 0.5.3α
#@note: Pwet #@note: Pwet
__version_info__ = ('0', '5', '2') __version_info__ = ('0', '5', '3')
__version__ = '.'.join(__version_info__) __version__ = '.'.join(__version_info__)
__revision_date__ = "2018-04-27" __revision_date__ = "2018-04-27"
__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 = 5 _MINOR = 5
_MICRO = 2 _MICRO = 3
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.
Finish editing this message first!
Please register or to comment