Skip to content

Commit

Permalink
Bump version: 3.0.0a4 → 3.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Oct 12, 2015
1 parent 2d1b73e commit ed69aa5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Expand Up @@ -3,7 +3,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<pre>.*)
serialize =
{major}.{minor}.{patch}{pre}
{major}.{minor}.{patch}
current_version = 3.0.0a4
current_version = 3.0.0b1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -24,7 +24,7 @@
year = '2014-2015'
author = 'Ionel Cristian Mărieș'
copyright = '{0}, {1}'.format(year, author)
version = release = '3.0.0a4'
version = release = '3.0.0b1'
html_theme = "sphinx_py3doc_enhanced_theme"

pygments_style = 'trac'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,7 +24,7 @@ def read(*names, **kwargs):

setup(
name='pytest-benchmark',
version='3.0.0a4',
version='3.0.0b1',
license='BSD',
description='A ``py.test`` fixture for benchmarking code.',
long_description='%s\n%s' % (read('README.rst'), re.sub(':[a-z]+:`~?(.*?)`', r'``\1``', read('CHANGELOG.rst'))),
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_benchmark/__init__.py
@@ -1 +1 @@
__version__ = "3.0.0a4"
__version__ = "3.0.0b1"

0 comments on commit ed69aa5

Please sign in to comment.