Skip to content

Commit

Permalink
Merge pull request #65 from sdfordham/goto-v1.5.1
Browse files Browse the repository at this point in the history
Update version to 1.5.1
  • Loading branch information
sdfordham committed May 22, 2024
2 parents ef72c8a + 640be29 commit 3bc4273
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions pysyncon/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
__version__ = "1.5.1"

from .dataprep import Dataprep
from .synth import Synth
from .augsynth import AugSynth
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3bc4273

Please sign in to comment.