Skip to content

Commit 9d42f8e

Browse files
Bump version: 0.16.2 → 0.17.0
1 parent 23d598d commit 9d42f8e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.16.2
2+
current_version = 0.17.0
33
commit = True
44
tag = True
55

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ authors:
1010
given-names: "Matthew"
1111
orcid: "https://orcid.org/0000-0003-4124-7862"
1212
affiliation: "University of Wisconsin-Madison"
13-
title: "packtivity: v0.16.2"
14-
version: 0.16.2
13+
title: "packtivity: v0.17.0"
14+
version: 0.17.0
1515
doi: 10.5281/zenodo.309302
16-
repository-code: "https://github.com/yadage/packtivity/releases/tag/v0.16.2"
16+
repository-code: "https://github.com/yadage/packtivity/releases/tag/v0.17.0"
1717
url: "https://github.com/yadage/packtivity/"
1818
keywords:
1919
- python

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name="packtivity",
23-
version="0.16.2",
23+
version="0.17.0",
2424
description="packtivity - general purpose schema + bindings for PROV activities",
2525
long_description=(this_directory / "README.md").read_text(),
2626
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)