Skip to content

Commit 1e3c594

Browse files
committed
Bump version v0.13.0b1 -> v0.13.0
1 parent 1ba6a84 commit 1e3c594

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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.13.0b1
2+
current_version = 0.13.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
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: "Install package"
6060
run: |
61-
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pyproject-parser=0.13.0b1=py_1 -y || exit 1
61+
$CONDA/bin/conda install -c file://$(pwd)/conda-bld pyproject-parser=0.13.0=py_1 -y || exit 1
6262
6363
- name: "Run Tests"
6464
run: |

README.rst

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

104-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-parser/v0.13.0b1
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-parser/v0.13.0
105105
:target: https://github.com/repo-helper/pyproject-parser/pulse
106106
:alt: GitHub commits since tagged version
107107

doc-source/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ To do so, add the following to your
8787
`.pre-commit-config.yaml <https://pre-commit.com/#2-add-a-pre-commit-configuration>`_ file:
8888

8989
.. pre-commit::
90-
:rev: 0.13.0b1
90+
:rev: 0.13.0
9191
:hooks: check-pyproject,reformat-pyproject

doc-source/index.rst

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

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

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

pyproject.toml

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

55
[project]
66
name = "pyproject-parser"
7-
version = "0.13.0b1"
7+
version = "0.13.0"
88
description = "Parser for 'pyproject.toml'"
99
readme = "README.rst"
1010
requires-python = ">=3.6.1"

pyproject_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
__author__: str = "Dominic Davis-Foster"
7878
__copyright__: str = "2021 Dominic Davis-Foster"
7979
__license__: str = "MIT License"
80-
__version__: str = "0.13.0b1"
80+
__version__: str = "0.13.0"
8181
__email__: str = "dominic@davis-foster.co.uk"
8282

8383
__all__ = ["PyProject", "PyProjectTomlEncoder", "_PP"]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ email: 'dominic@davis-foster.co.uk'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
99
primary_conda_channel: "domdfcoding"
10-
version: '0.13.0b1'
10+
version: '0.13.0'
1111
license: 'MIT'
1212
short_desc: "Parser for 'pyproject.toml'"
1313

0 commit comments

Comments
 (0)