1
0

chore: version 1.0.11
All checks were successful
Deploy Tools / build-package (push) Successful in 19s

This commit is contained in:
Jonathan Hoffstadt 2024-10-17 18:04:57 -05:00
parent 8d6c6f3af1
commit 6433109e09
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
# [SECTION] version # [SECTION] version
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
__version__ = "1.0.10" __version__ = "1.0.11"
#----------------------------------------------------------------------------- #-----------------------------------------------------------------------------
# [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.10" wip_version = "1.0.11"
def readme(): def readme():
try: try: