Skip to content

Commit

Permalink
Update dynareadout to 23.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PucklaJ committed Nov 2, 2023
1 parent 9006b07 commit 04826ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "src/dynareadout"]
path = lib/dynareadout
url = https://github.com/PucklaJ/dynareadout.git
branch = 23.10
branch = 23.10.1
[submodule "src/pybind11"]
path = lib/pybind11
url = https://github.com/pybind/pybind11.git
Expand Down
2 changes: 1 addition & 1 deletion lib/dynareadout
Submodule dynareadout updated 1 files
+1 −0 src/cpp/key.hpp
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 = "23.10"
version = "23.10.1"
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 @@ -77,7 +77,7 @@
)

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

0 comments on commit 04826ec

Please sign in to comment.