🎨 Switch to shell scripts for deployment

This commit is contained in:
Joshua Arulsamy
2020-08-10 02:16:11 -06:00
parent 4aadd886d5
commit b7ab589f6e
5 changed files with 33 additions and 18 deletions

View File

@ -1,2 +1,5 @@
"""Track version number of package"""
VERSION = "0.0.6"
"""Track version number of package."""
VERSION = "0.0.7"
if __name__ == "__main__":
print(VERSION)