From 6f66b7f7e0074e59e1c51c6d5e61eb821cc37e0b Mon Sep 17 00:00:00 2001 From: mbridak Date: Wed, 29 Nov 2023 21:02:04 -0800 Subject: [PATCH] bump version --- not1mm/lib/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/not1mm/lib/version.py b/not1mm/lib/version.py index a4fdbf8d..b69f6821 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,2 +1,2 @@ """It's the version""" -__version__ = "23.11.16" +__version__ = "23.11.29" diff --git a/pyproject.toml b/pyproject.toml index c9c58ff1..a078c31e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "23.11.16" +version = "23.11.29" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"