Skip to content

Commit

Permalink
increment version and bump parsl dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
svandenhaute committed Feb 13, 2024
1 parent bd96d40 commit eeb49bd
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "psiflow"
version = "3.0.2"
version = "3.0.4"
description = "Library for developing interatomic potentials"
readme = "README.md"
requires-python = ">=3.10"
Expand All @@ -23,7 +23,7 @@ dependencies = [
]

[project.optional-dependencies]
parsl = ['parsl==2024.01.29']
parsl = ['parsl==2024.02.12']
docs = [
"mkdocs>=1.4.2",
"mkdocs-autorefs>=0.4.1",
Expand Down

0 comments on commit eeb49bd

Please sign in to comment.