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
5ccd4424
Commit
5ccd4424
authored
May 03, 2018
by
Nicolas MAILLET
Browse files
New version, alpha to beta
parent
5b40406f
Pipeline
#4855
passed with stages
in 14 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/conf.py
View file @
5ccd4424
...
...
@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version
=
''
# The full version, including alpha/beta/rc tags
release
=
'0.
5.4
'
release
=
'0.
6.0
'
# -- General configuration ---------------------------------------------------
...
...
rpg/RapidPeptidesGenerator.py
View file @
5ccd4424
...
...
@@ -29,7 +29,7 @@
necessary functions
"""
__version_info__
=
(
'0'
,
'
5
'
,
'
4
'
)
__version_info__
=
(
'0'
,
'
6
'
,
'
0
'
)
__version__
=
'.'
.
join
(
__version_info__
)
__revision_date__
=
"2018-05-02"
__author__
=
"Nicolas Maillet"
...
...
setup.py
View file @
5ccd4424
...
...
@@ -3,8 +3,8 @@ import os
from
setuptools
import
setup
,
find_packages
_MAJOR
=
0
_MINOR
=
5
_MICRO
=
4
_MINOR
=
6
_MICRO
=
0
version
=
'%d.%d.%d'
%
(
_MAJOR
,
_MINOR
,
_MICRO
)
release
=
'%d.%d'
%
(
_MAJOR
,
_MINOR
)
...
...
@@ -18,11 +18,10 @@ metainfo = {
'platforms'
:
[
'Linux'
,
'Unix'
,
'MacOsX'
,
'Windows'
],
"keywords"
:
[
"protein"
,
"peptide"
,
"enzyme"
,
"protease"
,
"digestion"
],
'classifiers'
:
[
'Development Status ::
3
-
Alph
a'
,
'Development Status ::
4
-
Bet
a'
,
'Intended Audience :: Science/Research'
,
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)'
,
'Operating System :: OS Independent'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.4'
,
'Programming Language :: Python :: 3.5'
,
'Programming Language :: Python :: 3.6'
,
...
...
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