Skip to content

Commit

Permalink
version for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Mar 13, 2024
1 parent 3a293d3 commit 3acfe9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -eo pipefail

rm -fr dist/
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload --repository hashin dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="hashin",
version="0.17.0",
version="1.0.0",
description="Edits your requirements.txt by hashing them in",
long_description=open(path.join(_here, "README.rst")).read(),
author="Peter Bengtsson",
Expand Down

0 comments on commit 3acfe9a

Please sign in to comment.