diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5aaefa1..1a7f5bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 0.6.1 commit = True tag = True diff --git a/README.rst b/README.rst index cb6871b..25e5e37 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -156,4 +156,4 @@ To install with ``conda``: .. code-block:: bash - $ python -m pip install attr-utils[pprint] \ No newline at end of file + $ python -m pip install attr-utils[pprint] diff --git a/__pkginfo__.py b/__pkginfo__.py index 8839bd9..baea687 100644 --- a/__pkginfo__.py +++ b/__pkginfo__.py @@ -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"], diff --git a/attr_utils/__init__.py b/attr_utils/__init__.py index 80f4e76..5334ec0 100644 --- a/attr_utils/__init__.py +++ b/attr_utils/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 694c5cf..4bcf54b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",] diff --git a/repo_helper.yml b/repo_helper.yml index 36ff9d5..13aad4b 100644 --- a/repo_helper.yml +++ b/repo_helper.yml @@ -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.' diff --git a/setup.cfg b/setup.cfg index 3e4d73c..48311c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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