Skip to content

Commit d6457c8

Browse files
Bump version: 0.2.0 → 0.2.1
1 parent ac909ed commit d6457c8

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

.zenodo.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"description": "Command line library to parse the Panda web API",
33
"license": "BSD-3-Clause",
4-
"title": "dguest/pandamonium: v0.2.0",
5-
"version": "v0.2.0",
4+
"title": "dguest/pandamonium: v0.2.1",
5+
"version": "v0.2.1",
66
"upload_type": "software",
77
"creators": [
88
{
@@ -26,7 +26,7 @@
2626
"related_identifiers": [
2727
{
2828
"scheme": "url",
29-
"identifier": "https://github.com/dguest/pandamonium/tree/v0.2.0",
29+
"identifier": "https://github.com/dguest/pandamonium/tree/v0.2.1",
3030
"relation": "isSupplementTo"
3131
}
3232
]

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pandamonium
3-
version = 0.2.0
3+
version = 0.2.1
44
description = Command line library to parse the Panda web API
55
long_description = file: README.md
66
long_description_content_type = text/markdown

src/pandamonium/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
# Use semantic versioning (https://semver.org/)
44
# The version number is controlled through bumpversion.cfg
5-
__version__ = "0.2.0"
5+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)