Skip to content

Commit

Permalink
Small add
Browse files Browse the repository at this point in the history
  • Loading branch information
mraveri committed May 21, 2020
1 parent 2bfc7dd commit 1a9b0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ doc:

release:
python3 setup.py sdist bdist_wheel
python3 -m twine upload --repository testpypi dist/*
python3 -m twine upload --repository pypi dist/*

clean:
@rm -rf build dist
Expand Down
2 changes: 1 addition & 1 deletion tensiometer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Marco Raveri'
__version__ = "0.0.5"
__version__ = "0.0.0"
__url__ = "https://tensiometer.readthedocs.io"

0 comments on commit 1a9b0e3

Please sign in to comment.