From 3c34a507c0033ecdcfd409fbfeb72ba5daf4184c Mon Sep 17 00:00:00 2001 From: Adam Crawford Date: Wed, 18 Oct 2023 11:47:55 -0700 Subject: [PATCH] Update version numbers. --- eedl/__init__.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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