Skip to content

Commit

Permalink
Bump version to 24.03
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Mar 28, 2024
1 parent 50c86c8 commit 0595ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "dynareadout"
version = "24.03.2"
version = "24.03"
authors = [
{ name = "PucklaJ", email = "[email protected]"},
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
)

setup(name='dynareadout',
version='24.03.2',
version='24.03',
ext_modules=[dynareadout],
zip_safe=False,
include_package_data=True,
Expand Down

0 comments on commit 0595ea7

Please sign in to comment.