Skip to content

Commit 7dde27f

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent 60ca362 commit 7dde27f

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

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.0.0
104+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-parser/v0.1.0
105105
:target: https://github.com/repo-helper/pyproject-parser/pulse
106106
:alt: GitHub commits since tagged version
107107

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"extras_require",
1717
]
1818

19-
__version__ = "0.0.0"
19+
__version__ = "0.1.0"
2020
extras_require = {"readme": ["readme-renderer[md]>=27.0"], "all": ["readme-renderer[md]>=27.0"]}

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pyproject-parser
105105
:alt: GitHub top language
106106

107107
.. |commits-since| github-shield::
108-
:commits-since: v0.0.0
108+
:commits-since: v0.1.0
109109
:alt: GitHub commits since tagged version
110110

111111
.. |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 = "setuptools.build_meta"
44

55
[project]
66
name = "pyproject-parser"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Parser for 'pyproject.toml'"
99
readme = "README.rst"
1010
keywords = [ "pep518", "pep621", "pyproject", "toml", "metadata", "packaging",]

pyproject_parser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
__author__: str = "Dominic Davis-Foster"
5353
__copyright__: str = "2021 Dominic Davis-Foster"
5454
__license__: str = "MIT License"
55-
__version__: str = "0.0.0"
55+
__version__: str = "0.1.0"
5656
__email__: str = "[email protected]"
5757

5858
__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: '[email protected]'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
99
primary_conda_channel: "domdfcoding"
10-
version: '0.0.0'
10+
version: '0.1.0'
1111
license: 'MIT'
1212
short_desc: "Parser for 'pyproject.toml'"
1313

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
[metadata]
1010
name = pyproject-parser
11-
version = 0.0.0
11+
version = 0.1.0
1212
author = Dominic Davis-Foster
1313
author_email = [email protected]
1414
license = MIT License

0 commit comments

Comments
 (0)