Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gboehl committed Jul 11, 2024
1 parent d57d820 commit 4391778
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pydsge/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = '0.2.4'
__version__ = '0.2.5'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ pyyaml
sympy>=1.12
emcwrap>=0.2.5
grgrlib>=0.1.15
econsieve>=0.0.8
econsieve>=0.0.9
threadpoolctl>=3.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"sympy>=1.12",
"emcwrap>=0.2.5",
"grgrlib>=0.1.15",
"econsieve>=0.0.8",
"econsieve>=0.0.9",
"threadpoolctl>=3.1.0",
],
include_package_data=True,
Expand Down

0 comments on commit 4391778

Please sign in to comment.