fix version info

This commit is contained in:
Izalia Mae 2022-09-02 11:10:17 -04:00
parent 1a998adb3e
commit 27ce7b8a2c
2 changed files with 1 additions and 2 deletions

View file

@ -7,7 +7,7 @@ https://git.barkshark.xyz/izaliamae/izzylib
import os, sys, traceback
assert sys.version_info >= (3, 7)
__version_tpl__ = (0, 7, 4)
__version_tpl__ = (0, 7, 5)
__version__ = '.'.join([str(v) for v in __version_tpl__])
from . import logging

View file

@ -14,7 +14,6 @@ classifiers =
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python 3.6
Programming Language :: Python 3.7
Programming Language :: Python 3.8
Programming Language :: Python 3.9