Skip to content

Commit

Permalink
enh: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 15, 2024
1 parent 2be70e8 commit 97273cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def long_description():
dev_requiremnets = ["pytest", "hypothesis"]
setup(
name="yamlloader",
version="1.3.2",
version="1.4.1",
author='Jonas Eschle "Mayou36", Johannes Lade "SebastianJL"',
author_email="jonas.eschle@phynix.science, johannes.lade@phynix.science",
maintainer='Jonas Eschle "Mayou36"',
Expand Down
2 changes: 1 addition & 1 deletion yamlloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Please upgrade your distribution and/or packages."
)

__version__ = "1.2.2"
__version__ = "1.4.1"
__author__ = 'Jonas Eschle "Mayou36", Johannes Lade "SebastianJL"'
__email__ = "jonas.eschle@phynix.science, johannes.lade@phynix.science"

Expand Down

0 comments on commit 97273cc

Please sign in to comment.