Skip to content

Commit

Permalink
Update setup.py (#149)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update setup.py
  • Loading branch information
feng-tao authored and jinhyukchang committed May 10, 2019
1 parent 6b02a28 commit 87822d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def build_js() -> None:
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()

__version__ = '1.0.3'
__version__ = '1.0.4'


setup(
Expand Down

0 comments on commit 87822d3

Please sign in to comment.