Skip to content

Commit

Permalink
added requirements in MANIFEST file
Browse files Browse the repository at this point in the history
  • Loading branch information
anicusan committed Mar 31, 2023
1 parent b9ba2b5 commit ebc8ba5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include README.md LICENSE CITATION.cff
include requirements.txt requirements_extra.txt
include *.rst *.txt
recursive-include coexist *.py *.pyx *.pxd *.c* *.h*
global-exclude .DS_Store
global-exclude __pycache__
global-exclude *.pyc
global-exclude *.so
2 changes: 1 addition & 1 deletion coexist/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
# Date : 20.01.2021


VERSION = (0, 3, 0)
VERSION = (0, 3, 1)

__version__ = '.'.join(map(str, VERSION))

0 comments on commit ebc8ba5

Please sign in to comment.