Skip to content

Commit e82f9f1

Browse files
committed
Bump version v0.0.0 -> v0.1.0
1 parent cce33f6 commit e82f9f1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.bumpversion.cfg

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pyproject-devenv
9191
.. |language| image:: https://img.shields.io/github/languages/top/repo-helper/pyproject-devenv
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-devenv/v0.0.0
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/repo-helper/pyproject-devenv/v0.1.0
9595
:target: https://github.com/repo-helper/pyproject-devenv/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

+1-1
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 = {}

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pyproject-devenv
9595
:alt: GitHub top language
9696

9797
.. |commits-since| github-shield::
98-
:commits-since: v0.0.0
98+
:commits-since: v0.1.0
9999
:alt: GitHub commits since tagged version
100100

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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "whey"
44

55
[project]
66
name = "pyproject-devenv"
7-
version = "0.0.0"
7+
version = "0.1.0"
88
description = "Create virtual environments using pyproject.toml metadata."
99
readme = "README.rst"
1010
keywords = [ "pyproject", "toml", "virtualenv",]

pyproject_devenv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
__author__: str = "Dominic Davis-Foster"
5454
__copyright__: str = "2020-2021 Dominic Davis-Foster"
5555
__license__: str = "MIT License"
56-
__version__: str = "0.0.0"
56+
__version__: str = "0.1.0"
5757
__email__: str = "dominic@davis-foster.co.uk"
5858

5959
virtualenv_version = tuple(map(int, virtualenv.__version__.split('.')))

repo_helper.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'repo-helper'
88
assignee: 'domdfcoding'
9-
version: '0.0.0'
9+
version: '0.1.0'
1010
license: 'MIT'
1111
short_desc: 'Create virtual environments using pyproject.toml metadata.'
1212

0 commit comments

Comments
 (0)