From c802827e988a95f28f258bda6ca585f234f8fdaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ionel=20Cristian=20M=C4=83rie=C8=99?= Date: Sat, 1 Oct 2022 13:11:45 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 4 ++-- setup.py | 2 +- src/tox_wheel/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 094baa4..05c6a5e 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.7.0 +current_version = 1.0.0 commit = True tag = True diff --git a/README.rst b/README.rst index 591ce16..b643b0b 100644 --- a/README.rst +++ b/README.rst @@ -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.7.0.svg +.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/tox-wheel/v1.0.0.svg :alt: Commits since latest release - :target: https://github.com/ionelmc/tox-wheel/compare/v0.7.0...master + :target: https://github.com/ionelmc/tox-wheel/compare/v1.0.0...master diff --git a/setup.py b/setup.py index a3836af..17590f5 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ def read(*names, **kwargs): setup( name='tox-wheel', - version='0.7.0', + version='1.0.0', license='BSD-2-Clause', description='A Tox plugin that builds and installs wheels instead of sdist.', long_description='%s\n%s' % ( diff --git a/src/tox_wheel/__init__.py b/src/tox_wheel/__init__.py index a71c5c7..1f356cc 100644 --- a/src/tox_wheel/__init__.py +++ b/src/tox_wheel/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '1.0.0'