Skip to content

Commit

Permalink
add requirements.txt to MANIFEST.in; version
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasdavis committed Feb 5, 2020
1 parent e846e77 commit 68ee92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include pygram11/*.hpp
include tests/*.py
include tests/data/*.npz
include LICENSE
include requirements.txt

graft extern/pybind11/include

Expand Down
2 changes: 1 addition & 1 deletion pygram11/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
)


__version__ = "0.7.1.dev0"
__version__ = "0.7.1"
version_info = tuple(__version__.split("."))


Expand Down

0 comments on commit 68ee92d

Please sign in to comment.