Skip to content

Commit d6f6490

Browse files
committed
Bump version v0.1.1 -> v0.2.0
1 parent fd86494 commit d6f6490

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.1.1
2+
current_version = 0.2.0
33
commit = True
44
tag = True
55

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: "Install package"
5050
run: |
51-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pypi-json=0.1.1=py_1 -y || exit 1
51+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pypi-json=0.2.0=py_1 -y || exit 1
5252
5353
- name: "Run Tests"
5454
run: |

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ pypi-json
101101
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pypi-json
102102
:alt: GitHub top language
103103

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pypi-json/v0.1.1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pypi-json/v0.2.0
105105
:target: https://github.com/repo-helper/pypi-json/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pypi-json
107107
:alt: GitHub top language
108108

109109
.. |commits-since| github-shield::
110-
:commits-since: v0.1.1
110+
:commits-since: v0.2.0
111111
:alt: GitHub commits since tagged version
112112

113113
.. |commits-latest| github-shield::

pypi_json/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
__author__: str = "Dominic Davis-Foster"
5252
__copyright__: str = "2021 Dominic Davis-Foster"
5353
__license__: str = "MIT License"
54-
__version__: str = "0.1.1"
54+
__version__: str = "0.2.0"
5555
__email__: str = "[email protected]"
5656

5757
__all__ = ["PyPIJSON", "ProjectMetadata", "USER_AGENT"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "pypi-json"
7-
version = "0.1.1"
7+
version = "0.2.0"
88
description = "PyPI JSON API client library"
99
readme = "README.rst"
1010
keywords = [ "json", "packaging", "pypi", "warehouse",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: '[email protected]'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
99
primary_conda_channel: 'domdfcoding'
10-
version: '0.1.1'
10+
version: '0.2.0'
1111
license: 'MIT'
1212
short_desc: 'PyPI JSON API client library '
1313

0 commit comments

Comments
 (0)