Skip to content

Commit aff637e

Browse files
committed
Bump version: 0.1.3 → 0.2.0
1 parent 9659a68 commit aff637e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
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.3
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
@@ -91,7 +91,7 @@ Enum Tools
9191
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/enum_tools
9292
:alt: GitHub top language
9393

94-
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.1.3
94+
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/enum_tools/v0.2.0
9595
:target: https://github.com/domdfcoding/enum_tools/pulse
9696
:alt: GitHub commits since tagged version
9797

__pkginfo__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
2020 Dominic Davis-Foster <dominic@davis-foster.co.uk>
4040
"""
4141

42-
__version__ = "0.1.3"
42+
__version__ = "0.2.0"
4343
modname = "enum_tools"
4444
pypi_name = "enum_tools"
4545
import_name = "enum_tools"

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Enum Tools
102102
:alt: GitHub top language
103103

104104
.. |commits-since| github-shield::
105-
:commits-since: v0.1.3
105+
:commits-since: v0.2.0
106106
:alt: GitHub commits since tagged version
107107

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

enum_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
__author__: str = "Dominic Davis-Foster"
3535
__copyright__: str = "2020 Dominic Davis-Foster"
3636
__license__: str = "GNU Lesser General Public License v3 or later (LGPLv3+)"
37-
__version__: str = "0.1.3"
37+
__version__: str = "0.2.0"
3838
__email__: str = "dominic@davis-foster.co.uk"
3939

4040
__all__ = [

repo_helper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ modname: enum_tools
22
copyright_years: "2020"
33
author: "Dominic Davis-Foster"
44
email: "dominic@davis-foster.co.uk"
5-
version: "0.1.3"
5+
version: "0.2.0"
66
username: "domdfcoding"
77
license: 'LGPLv3+'
88
short_desc: 'Alternative method for documenting enums with Sphinx.'

0 commit comments

Comments
 (0)