Skip to content

Commit 8dda2bc

Browse files
authored
Merge pull request #76 from swryan/v2.0.12
increment version to 2.0.12
2 parents 81dd502 + 68f4f4e commit 8dda2bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.11'
1+
__version__ = '2.0.12'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ authors = [
1515
dependencies = [
1616
"ansicolors",
1717
"numpy",
18+
"cython",
1819
"packaging",
1920
"sqlitedict",
2021
]
2122

2223
[project.optional-dependencies]
2324
paropt = [
24-
"cython",
2525
"mpi4py",
2626
]
2727

0 commit comments

Comments
 (0)