Skip to content

Commit bf10869

Browse files
committed
Quick fix
1 parent f4e373c commit bf10869

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "math-spec-mapping"
6-
version = "0.4.1"
6+
version = "0.4.1.2"
77
authors = [
88
{ name="Sean McOwen", email="[email protected]" },
99
]
@@ -14,7 +14,6 @@ dependencies = [
1414
"pandas>=1.4",
1515
"jsonschema>=4.21.1",
1616
"PyGithub==2.5.0",
17-
"dotenv",
1817
"python-dotenv>=1.0.0"
1918
]
2019
readme = "README.md"

0 commit comments

Comments
 (0)