Skip to content

Commit

Permalink
it's getting critical in here
Browse files Browse the repository at this point in the history
  • Loading branch information
fedebenelli committed Nov 24, 2024
1 parent ba74458 commit ec11655
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fpm.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "yaeos"
version = "1.5.0"
version = "2.0.0"
license = "MPL"
author = "Federico E. Benelli"
maintainer = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name = "yaeos"
description = "Thermodynamic modelling with Equation of State"
readme = "README.md"
dependencies = ["numpy"]
version = "1.5.0"
version = "2.0.0"
requires-python = ">=3.10"


Expand Down
2 changes: 1 addition & 1 deletion src/yaeos.f90
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module yaeos
use yaeos__substance
use yaeos__models
use yaeos__equilibria
character(len=*), parameter :: version="1.5.0" !! This version.
character(len=*), parameter :: version="2.0.0" !! This version.
end module

0 comments on commit ec11655

Please sign in to comment.