Skip to content

Commit

Permalink
Merge pull request #241 from Wordcab/234-add-__version__-attribute
Browse files Browse the repository at this point in the history
234 add   version   attribute
  • Loading branch information
Thomas Chaigneau authored Mar 23, 2023
2 parents 0d02455 + 16ebe7a commit 4d8e735
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 149 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Bump the version number for release
bump-patch:
poetry version patch && python update_version.py

bump-minor:
poetry version minor && python update_version.py

bump-major:
poetry version major && python update_version.py
Loading

0 comments on commit 4d8e735

Please sign in to comment.