Skip to content

Commit 82f2e2e

Browse files
committed
Bump version number.
1 parent e161fec commit 82f2e2e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "hydrogym"
3-
version = "0.1.2.3"
3+
version = "1.0.0"
44
authors = [
55
"HydroGym Team"
66
]
@@ -9,7 +9,7 @@ maintainers = [
99
"Ludger Paehler <paehlerludger@gmail.com>",
1010
"Jared Callaham <jared.callaham@gmail.com>",
1111
]
12-
description = "A Reinforcement Learning Benchmarking Environment for Fluid Dynamics (with Firedrake, MAIA, and NEK5000 solver support)"
12+
description = "A Reinforcement Learning Benchmarking Environment for Fluid Dynamics (with Firedrake, JAX-Fluids, MAIA, and NEK5000 solver support)"
1313
license = "MIT"
1414
readme = "README.md"
1515
classifiers=[
@@ -22,6 +22,7 @@ classifiers=[
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
2424
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2526
"Topic :: Scientific/Engineering :: Artificial Intelligence",
2627
"Topic :: Scientific/Engineering :: Atmospheric Science",
2728
"Topic :: Scientific/Engineering :: Hydrology",

0 commit comments

Comments
 (0)