Skip to content

Commit

Permalink
Bump version v0.6.0 -> v0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed May 14, 2021
1 parent 5de9fca commit fbb8adf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.6.0
current_version = 0.6.1
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ attr_utils
.. |language| image:: https://img.shields.io/github/languages/top/domdfcoding/attr_utils
:alt: GitHub top language

.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.6.0
.. |commits-since| image:: https://img.shields.io/github/commits-since/domdfcoding/attr_utils/v0.6.1
:target: https://github.com/domdfcoding/attr_utils/pulse
:alt: GitHub commits since tagged version

Expand Down Expand Up @@ -156,4 +156,4 @@ To install with ``conda``:

.. code-block:: bash
$ python -m pip install attr-utils[pprint]
$ python -m pip install attr-utils[pprint]
2 changes: 1 addition & 1 deletion __pkginfo__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"extras_require",
]

__version__ = "0.6.0"
__version__ = "0.6.1"
extras_require = {
"pprint": ["prettyprinter==0.18.0"],
"sphinx": ["sphinx<3.4.0,>=3.0.3", "sphinx-toolbox>=1.4.0"],
Expand Down
2 changes: 1 addition & 1 deletion attr_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
__author__: str = "Dominic Davis-Foster"
__copyright__: str = "2020 Dominic Davis-Foster"
__license__: str = "MIT License"
__version__: str = "0.6.0"
__version__: str = "0.6.1"
__email__: str = "dominic@davis-foster.co.uk"

_docs = False
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "attr_utils"
version = "0.6.0"
version = "0.6.1"
description = "Utilities to augment attrs."
readme = "README.rst"
keywords = [ "attrs", "documentation", "serde", "sphinx",]
Expand Down
2 changes: 1 addition & 1 deletion repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ copyright_years: 2020-2021
author: 'Dominic Davis-Foster'
email: 'dominic@davis-foster.co.uk'
username: 'domdfcoding'
version: '0.6.0'
version: '0.6.1'
license: 'MIT'
short_desc: 'Utilities to augment attrs.'

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

[metadata]
name = attr_utils
version = 0.6.0
version = 0.6.1
author = Dominic Davis-Foster
author_email = dominic@davis-foster.co.uk
license = MIT License
Expand Down

0 comments on commit fbb8adf

Please sign in to comment.