File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.2.0
2
+ current_version = 0.2.1
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
{
2
2
"description" : " Command line library to parse the Panda web API" ,
3
3
"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 " ,
6
6
"upload_type" : " software" ,
7
7
"creators" : [
8
8
{
26
26
"related_identifiers" : [
27
27
{
28
28
"scheme" : " url" ,
29
- "identifier" : " https://github.com/dguest/pandamonium/tree/v0.2.0 " ,
29
+ "identifier" : " https://github.com/dguest/pandamonium/tree/v0.2.1 " ,
30
30
"relation" : " isSupplementTo"
31
31
}
32
32
]
Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pandamonium
3
- version = 0.2.0
3
+ version = 0.2.1
4
4
description = Command line library to parse the Panda web API
5
5
long_description = file: README.md
6
6
long_description_content_type = text/markdown
Original file line number Diff line number Diff line change 2
2
3
3
# Use semantic versioning (https://semver.org/)
4
4
# The version number is controlled through bumpversion.cfg
5
- __version__ = "0.2.0 "
5
+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments