Skip to content

Commit

Permalink
update version in pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
cezary17 committed Jan 22, 2024
1 parent b180cf8 commit 358249d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ requires = ["setuptools", "wheel"]

[project]
name = "pgdrome"
version = "0.1.3"
version = "0.1.4"
authors = [
{name = "Annika Robens-Radermacher", email = "[email protected]"},
]
dynamic = ["dependencies"]
description = "A FEniCS based python module of the Proper Generalized Decomposition (PGD) method."
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 358249d

Please sign in to comment.