Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Nov 13, 2020
1 parent 271776e commit ac909ed
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
commit = True
tag = True

Expand Down
6 changes: 3 additions & 3 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"description": "Command line library to parse the Panda web API",
"license": "BSD-3-Clause",
"title": "dguest/pandamonium: v0.1.0",
"version": "v0.1.0",
"title": "dguest/pandamonium: v0.2.0",
"version": "v0.2.0",
"upload_type": "software",
"creators": [
{
Expand All @@ -26,7 +26,7 @@
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/dguest/pandamonium/tree/v0.1.0",
"identifier": "https://github.com/dguest/pandamonium/tree/v0.2.0",
"relation": "isSupplementTo"
}
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pandamonium
version = 0.1.0
version = 0.2.0
description = Command line library to parse the Panda web API
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion src/pandamonium/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

# Use semantic versioning (https://semver.org/)
# The version number is controlled through bumpversion.cfg
__version__ = "0.1.0"
__version__ = "0.2.0"

0 comments on commit ac909ed

Please sign in to comment.