Skip to content

Commit

Permalink
Bump version: 0.6.0 → 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Dec 29, 2021
1 parent 5394d57 commit ec9049c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.7.0
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 @@ -46,9 +46,9 @@ Overview
:alt: Supported implementations
:target: https://pypi.org/project/tox-wheel

.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/tox-wheel/v0.6.0.svg
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/tox-wheel/v0.7.0.svg
:alt: Commits since latest release
:target: https://github.com/ionelmc/tox-wheel/compare/v0.6.0...master
:target: https://github.com/ionelmc/tox-wheel/compare/v0.7.0...master



Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def read(*names, **kwargs):

setup(
name='tox-wheel',
version='0.6.0',
version='0.7.0',
license='BSD-2-Clause',
description='A Tox plugin that builds and installs wheels instead of sdist.',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/tox_wheel/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.0'
__version__ = '0.7.0'

0 comments on commit ec9049c

Please sign in to comment.