Skip to content

Commit 0fb1c4f

Browse files
committed
Update to version 2.1.2 for patch release
Add manifest to include example in sdist
1 parent f1b9f06 commit 0fb1c4f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

MANIFEST.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
graft ParProcCo
2+
graft scripts
3+
graft example
4+
graft tests
5+
recursive-exclude **/.ruff_cache/ *
6+
global-exclude *.py[cod]
7+
include LICENSE README.md *.toml setup.*

ParProcCo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (2, 1, 1)
1+
version_info = (2, 1, 2)
22
__version__ = ".".join(str(c) for c in version_info)

0 commit comments

Comments
 (0)