Skip to content

Commit

Permalink
Merge pull request #54 from Phynix/py312
Browse files Browse the repository at this point in the history
Py312
jonas-eschle authored Apr 15, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 7e2d1f9 + 97273cc commit 2d0032a
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
@@ -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="[email protected], [email protected]",
maintainer='Jonas Eschle "Mayou36"',
2 changes: 1 addition & 1 deletion yamlloader/__init__.py
Original file line number Diff line number Diff line change
@@ -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__ = "[email protected], [email protected]"

0 comments on commit 2d0032a

Please sign in to comment.