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
Martin Larralde
peptides.py
Commits
2d2e0a59
Commit
2d2e0a59
authored
Sep 01, 2022
by
Martin Larralde
Browse files
Release v0.3.1
parent
126030d6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2d2e0a59
...
...
@@ -6,7 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.3.0...HEAD
[
Unreleased
]:
https://github.com/althonos/peptides.py/compare/v0.3.1...HEAD
## [v0.3.1] - 2022-09-01
[
v0.3.1
]:
https://github.com/althonos/peptides.py/compare/v0.3.0...v0.3.1
### Fixed
-
`peptides.datasets`
data files missing from the source distribution.
## [v0.3.0] - 2022-09-01
...
...
README.md
View file @
2d2e0a59
...
...
@@ -6,6 +6,7 @@
[

](https://codecov.io/gh/althonos/peptides.py/)
[

](https://choosealicense.com/licenses/gpl-3.0/)
[

](https://pypi.org/project/peptides)
[

](https://anaconda.org/bioconda/peptides)
[

](https://pypi.org/project/peptides/#files)
[

](https://pypi.org/project/peptides/#files)
[

](https://pypi.org/project/peptides/#files)
...
...
peptides/__init__.py
View file @
2d2e0a59
...
...
@@ -20,7 +20,7 @@ except ImportError:
_sum
=
sum
__all__
=
[
"Peptide"
,
"tables"
,
"datasets"
]
__version__
=
"0.3.
0
"
__version__
=
"0.3.
1
"
__author__
=
"Martin Larralde <martin.larralde@embl.de>"
__license__
=
"GPLv3"
__credits__
=
"""
...
...
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