Skip to content

Commit 640be29

Browse files
committed
Update version to 1.5.1
1 parent ef72c8a commit 640be29

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
project = "pysyncon"
88
copyright = "2024, Stiofán Fordham"
99
author = "Stiofán Fordham"
10-
release = "1.5.0"
10+
release = "1.5.1"
1111

1212
extensions = [
1313
"sphinx.ext.autodoc",

pysyncon/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
__version__ = "1.5.1"
2+
13
from .dataprep import Dataprep
24
from .synth import Synth
35
from .augsynth import AugSynth

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pysyncon
3-
version = 1.5.0
3+
version = 1.5.1
44
author = Stiofán Fordham
55
url = https://github.com/sdfordham/pysyncon/
66
long_description = file: README.md

0 commit comments

Comments
 (0)