Skip to content

Commit

Permalink
Fix MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Oct 5, 2022
1 parent a5c5dc2 commit 297a57c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
include HISTORY.rst LICENSE
include HISTORY.rst LICENSE requirements.txt README.rst
recursive-exclude test *
recursive-exclude doc *
recursive-exclude * __pycache__
recursive-exclude * *pyc
recursive-exclude .github *
include README.rst

1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ Changelog
========= ====================================================================
Version Description
========= ====================================================================
1.10.4 * Fix v1.10.3 adding missing requirements.txt
1.10.3 * Update pdb service to use v2 API
* remove biocarta (website not accesible anymore)
* Update Chembl (no API changes)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

_MAJOR = 1
_MINOR = 10
_MICRO = 3
_MICRO = 4
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand Down

0 comments on commit 297a57c

Please sign in to comment.