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

Going to V2

parent 4ce72c11
No related branches found
No related tags found
No related merge requests found
Pipeline #98580 passed
=========
CHANGELOG
=========
- *UPCOMING* 1.2.5
- 2.0.0
Tested on Python 3.10 et 3.11
Adding a new enzyme (43), Asp-N without cleaving Cysteines
......@@ -16,7 +16,7 @@ CHANGELOG
-e option now accepts enzymes name (case-insensitive) and not only id
*Adding an option to compute all theoretical peptides with at most N miscleavages*
Adding an option to compute all theoretical peptides with at most N miscleavages
- 1.2.4
Remove 'deprecated' for IPC v1
......
......@@ -26,7 +26,7 @@ author = 'Nicolas Maillet'
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '1.2.4'
release = '2.0.0'
# -- General configuration ---------------------------------------------------
......
......@@ -36,7 +36,7 @@ setup(
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.2.4', # Required
version='2.0.0', # Required
# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
......@@ -103,6 +103,8 @@ setup(
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
],
# This field adds keywords for your project which will appear on the
......
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