Skip to content

Commit

Permalink
pip version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
f-kretschmer committed Jul 26, 2024
1 parent df4d9c6 commit c2eca99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conda_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: myopic_mces
channels:
- conda-forge
dependencies:
- python >= 3.6
- rdkit >= 2022.09.5
- networkx >= 3.0
- pulp >= 2.7.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "myopic_mces"
version = "1.0.0"
version = "1.0.1"
description = "A package for computation of the myopic MCES distance"
readme = "README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit c2eca99

Please sign in to comment.