Skip to content

Commit

Permalink
0.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-e committed Feb 1, 2022
2 parents 28bc2ee + 18f8065 commit fcefb59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes

## 0.0.1 (2022-XX-XX)
## 0.0.1 (2022-02-01)

- Initial release.
8 changes: 4 additions & 4 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ release:
install:
pip install -v -e .

# upload:
# for filename in $$(ls dist/*.tar.gz dist/*.whl) ; do \
# twine upload $$filename $$filename.asc ; \
# done
upload:
for filename in $$(ls dist/*.tar.gz dist/*.whl) ; do \
twine upload $$filename $$filename.asc ; \
done

.PHONY: docs

0 comments on commit fcefb59

Please sign in to comment.