Skip to content

Commit

Permalink
bump version 1.10.2.dev1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BDonnot committed Apr 29, 2024
1 parent d6a484e commit af5b3b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Benjamin Donnot'

# The full version, including alpha/beta/rc tags
release = '1.10.2.dev0'
release = '1.10.2.dev1'
version = '1.10'


Expand Down
2 changes: 1 addition & 1 deletion grid2op/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Grid2Op
"""
__version__ = '1.10.2.dev0'
__version__ = '1.10.2.dev1'

__all__ = [
"Action",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def my_test_suite():

pkgs = {
"required": [
"numpy>=1.20",
"numpy>=1.20,<2", # disable numpy 2 for now
"scipy>=1.4.1",
"pandas>=1.0.3",
"pandapower>=2.2.2",
Expand Down

0 comments on commit af5b3b5

Please sign in to comment.