diff --git a/eedl/__init__.py b/eedl/__init__.py index 043e6e0..0344b79 100644 --- a/eedl/__init__.py +++ b/eedl/__init__.py @@ -1 +1 @@ -__version__ = "0.2023.9.27" +__version__ = "0.2023.10.18" diff --git a/setup.cfg b/setup.cfg index 2834151..830cbef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -7,7 +7,7 @@ long_description_content_type=text/markdown long_description=file: README.md platforms = unix, linux, osx, cygwin, win32 url = https://github.com/water3d/eedl -version = 2023.09.26 +version = 2023.10.18 classifiers = Programming Language :: Python :: 3 Programming Language :: Python :: 3 :: Only