We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef72c8a + 640be29 commit 3bc4273Copy full SHA for 3bc4273
doc/source/conf.py
@@ -7,7 +7,7 @@
7
project = "pysyncon"
8
copyright = "2024, Stiofán Fordham"
9
author = "Stiofán Fordham"
10
-release = "1.5.0"
+release = "1.5.1"
11
12
extensions = [
13
"sphinx.ext.autodoc",
pysyncon/__init__.py
@@ -1,3 +1,5 @@
1
+__version__ = "1.5.1"
2
+
3
from .dataprep import Dataprep
4
from .synth import Synth
5
from .augsynth import AugSynth
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/
6
long_description = file: README.md
0 commit comments