Skip to content

Commit

Permalink
Stormpy version 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
volkm committed Jan 26, 2022
1 parent e831d2f commit 2c9dca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stormpy/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.6.3"
__version__ = "1.6.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def build_extension(self, ext, general_cmake_args, general_build_args):

cmdclass={'build_ext': CMakeBuild},
zip_safe=False,
install_requires=['pycarl>=2.0.4'],
install_requires=['pycarl>=2.0.5'],
setup_requires=['pytest-runner'],
tests_require=['pytest', 'nbval', 'numpy'],
extras_require={
Expand Down

0 comments on commit 2c9dca4

Please sign in to comment.