From ea5c7616ecfb1f41631d81ff5e62214aaa961df5 Mon Sep 17 00:00:00 2001 From: Scott Griffiths Date: Tue, 21 Nov 2023 12:13:01 +0000 Subject: [PATCH] Moving version number back to 4.1.3. --- bitstring/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bitstring/__init__.py b/bitstring/__init__.py index 28cb4e2e..132db32e 100644 --- a/bitstring/__init__.py +++ b/bitstring/__init__.py @@ -55,7 +55,7 @@ THE SOFTWARE. """ -__version__ = "4.2.0" +__version__ = "4.1.3" __author__ = "Scott Griffiths" diff --git a/pyproject.toml b/pyproject.toml index a512929e..6c3dda0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "bitstring" -version = "4.2.0" +version = "4.1.3" authors = [ { name="Scott Griffiths", email="dr.scottgriffiths@gmail.com" }, ]