From 640be29871a5c57a08666697b484019fcd571143 Mon Sep 17 00:00:00 2001 From: Stiofain <17852477+sdfordham@users.noreply.github.com> Date: Wed, 22 May 2024 21:16:36 +0100 Subject: [PATCH] Update version to 1.5.1 --- doc/source/conf.py | 2 +- pysyncon/__init__.py | 2 ++ setup.cfg | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 1237751..4559a8e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -7,7 +7,7 @@ project = "pysyncon" copyright = "2024, Stiofán Fordham" author = "Stiofán Fordham" -release = "1.5.0" +release = "1.5.1" extensions = [ "sphinx.ext.autodoc", diff --git a/pysyncon/__init__.py b/pysyncon/__init__.py index f47c1ab..b8f7207 100644 --- a/pysyncon/__init__.py +++ b/pysyncon/__init__.py @@ -1,3 +1,5 @@ +__version__ = "1.5.1" + from .dataprep import Dataprep from .synth import Synth from .augsynth import AugSynth diff --git a/setup.cfg b/setup.cfg index ccf4c64..824f244 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pysyncon -version = 1.5.0 +version = 1.5.1 author = Stiofán Fordham url = https://github.com/sdfordham/pysyncon/ long_description = file: README.md