Skip to content

Commit

Permalink
Merge pull request #54 from Phynix/py312
Browse files Browse the repository at this point in the history
Py312
  • Loading branch information
jonas-eschle committed Apr 15, 2024
2 parents 7e2d1f9 + 97273cc commit 2d0032a
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 2d0032a

Please sign in to comment.