Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
manifest and version update
  • Loading branch information
jaspreetj committed May 19, 2021
1 parent 5bf090c commit 946c9eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
global-include *.csv
global-include *.yaml

include requirements.txt
include requirements_dev.txt
include requirements_dev.txt

graft opics
global-exclude *.pyc
2 changes: 1 addition & 1 deletion opics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__author__ = "Jaspreet Jhoja"
__email__ = "[email protected]"
__version__ = "0.1.8"
__version__ = "0.1.9"

# initialize OPICS package

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.8
current_version = 0.1.9
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ def get_install_requires():
install_requires=get_install_requires(),
test_suite="tests",
url="https://github.com/siepic/opics",
version="0.1.8",
version="0.1.9",
zip_safe=False,
)

0 comments on commit 946c9eb

Please sign in to comment.