🔖 Bump version

This commit is contained in:
Joshua Arulsamy 2020-09-23 22:40:20 -06:00
parent d6f5174d20
commit 7d6060ed15

View File

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