1
0

chore: version 1.0.5 WIP
All checks were successful
Deploy Tools / build-package (push) Successful in 21s

This commit is contained in:
Jonathan Hoffstadt 2024-09-06 08:50:03 -05:00
parent 1d62f31583
commit eaa3e49e50
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# [SECTION] version # [SECTION] version
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
__version__ = "1.0.2" __version__ = "1.0.5"
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# [SECTION] imports # [SECTION] imports

View File

@ -2,7 +2,7 @@ import setuptools
from codecs import open from codecs import open
import os import os
wip_version = "1.0.2" wip_version = "1.0.5"
def readme(): def readme():
try: try: