Skip to content

Commit 885ddb4

Browse files
authored
Merge pull request #957 from CitrineInformatics/bugfix/setuptools-extras-key-invalid
Drop path portion of extras name.
2 parents 80e8d1f + 17e0ece commit 885ddb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"pint<0.24; python_version >= '3.9'"
3535
],
3636
extras_require={
37-
"../tests": [
37+
"tests": [
3838
"factory-boy>=3.3.0,<4",
3939
"mock>=5.1.0,<6",
4040
"pandas>=2.0.3,<3",

src/citrine/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.4"
1+
__version__ = "3.4.5"

0 commit comments

Comments
 (0)