From f5abb8673b513192e8c1336cfe490691f38d0174 Mon Sep 17 00:00:00 2001 From: mbridak Date: Wed, 15 Nov 2023 05:55:50 -0800 Subject: [PATCH] bump --- 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 5caf8ada..a79dad86 100644 --- a/not1mm/lib/version.py +++ b/not1mm/lib/version.py @@ -1,2 +1,2 @@ """It's the version""" -__version__ = "23.11.13" +__version__ = "23.11.15" diff --git a/pyproject.toml b/pyproject.toml index 9477eee9..a59e0bfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "not1mm" -version = "23.11.13" +version = "23.11.15" description = "NOT1MM Logger" readme = "README.md" requires-python = ">=3.9"