Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicolas MAILLET
rpg
Commits
50d20532
Commit
50d20532
authored
May 07, 2018
by
Nicolas MAILLET
Browse files
V7.0.0
parent
aab35565
Pipeline
#4910
passed with stages
in 14 minutes and 34 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.rst
View file @
50d20532
=========
CHANGELOG
=========
- 0.7.0
Add the last 7 enzymes
Correct block-code in user-guide
- 0.6.1
Add 7 enzymes
...
...
docs/conf.py
View file @
50d20532
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'0.
6.1
'
release
=
'0.
7.0
'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
50d20532
...
...
@@ -29,9 +29,9 @@
necessary functions
"""
__version_info__
=
(
'0'
,
'
6
'
,
'
1
'
)
__version_info__
=
(
'0'
,
'
7
'
,
'
0
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2018-05-0
2
"
__revision_date__
=
"2018-05-0
7
"
__author__
=
"Nicolas Maillet"
import
argparse
...
...
setup.py
View file @
50d20532
...
...
@@ -3,8 +3,8 @@ import os
from
setuptools
import
setup
,
find_packages
_MAJOR
=
0
_MINOR
=
6
_MICRO
=
1
_MINOR
=
7
_MICRO
=
0
version
=
'%d.%d.%d'
%
(
_MAJOR
,
_MINOR
,
_MICRO
)
release
=
'%d.%d'
%
(
_MAJOR
,
_MINOR
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment