Skip to content

Commit

Permalink
version 0.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Jan 26, 2023
1 parent 3bb70d0 commit 29922c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/admin_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ twine upload dist/* -r pypi

``` {.bash}
$ git add zat/__init__.py
$ get commit -m "zat version 1.8.7 (or whatever)"
$ git commit -m "zat version 1.8.7 (or whatever)"
$ git tag v1.8.7 (or whatever)
$ git push --tags
$ git push
Expand Down
2 changes: 1 addition & 1 deletion zat/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__author__ = 'Brian Wylie'
__email__ = 'support@supercowpowers.com'
__version__ = '0.4.5'
__version__ = '0.4.6'

0 comments on commit 29922c5

Please sign in to comment.