Skip to content

Commit 7793635

Browse files
committed
Bump version v0.1.0 -> v0.2.0
1 parent 194f6ad commit 7793635

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

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ It's a fitting name for Python's ``ast`` module, which has been unstable between
106106
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/astatine
107107
:alt: GitHub top language
108108

109-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/astatine/v0.1.0
109+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/astatine/v0.2.0
110110
:target: https://github.com/domdfcoding/astatine/pulse
111111
:alt: GitHub commits since tagged version
112112

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
2021 Dominic Davis-Foster <dominic@davis-foster.co.uk>
2727
"""
2828

29-
__version__ = "0.1.0"
29+
__version__ = "0.2.0"
3030
repo_root = pathlib.Path(__file__).parent
3131
install_requires = (repo_root / "requirements.txt").read_text(encoding="utf-8").split('\n')
3232
extras_require = {}

astatine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
__author__: str = "Dominic Davis-Foster"
6363
__copyright__: str = "2021 Dominic Davis-Foster"
6464
__license__: str = "MIT License"
65-
__version__: str = "0.1.0"
65+
__version__: str = "0.2.0"
6666
__email__: str = "dominic@davis-foster.co.uk"
6767

6868
__all__ = [

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ It's a fitting name for Python's :mod:`ast` module, which has been unstable betw
109109
:alt: GitHub top language
110110

111111
.. |commits-since| github-shield::
112-
:commits-since: v0.1.0
112+
:commits-since: v0.2.0
113113
:alt: GitHub commits since tagged version
114114

115115
.. |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 = "whey"
44

55
[project]
66
name = "astatine"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Some handy helper functions for Python's AST module."
99
readme = "README.rst"
1010
keywords = [ "ast",]

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ copyright_years: '2021'
55
author: 'Dominic Davis-Foster'
66
email: 'dominic@davis-foster.co.uk'
77
username: 'domdfcoding'
8-
version: '0.1.0'
8+
version: '0.2.0'
99
license: 'MIT'
1010
short_desc: "Some handy helper functions for Python's AST module."
1111

0 commit comments

Comments
 (0)