Skip to content

Commit b83eeed

Browse files
committed
Bump version: 1.4.1 → 2.0.0
1 parent 66c74e2 commit b83eeed

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.4.1
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ Overview
5757
:alt: PyPI Package latest release
5858
:target: https://pypi.python.org/pypi/hunter
5959

60-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v1.4.1.svg
60+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v2.0.0.svg
6161
:alt: Commits since latest release
62-
:target: https://github.com/ionelmc/python-hunter/compare/v1.4.1...master
62+
:target: https://github.com/ionelmc/python-hunter/compare/v2.0.0...master
6363

6464
.. |wheel| image:: https://img.shields.io/pypi/wheel/hunter.svg
6565
:alt: PyPI Wheel

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2015-2017'
2727
author = 'Ionel Cristian Mărieș'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = '1.4.1'
29+
version = release = '2.0.0'
3030

3131
pygments_style = 'trac'
3232
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def _unavailable(self, e):
114114

115115
setup(
116116
name='hunter',
117-
version='1.4.1',
117+
version='2.0.0',
118118
license='BSD',
119119
description='Hunter is a flexible code tracing toolkit.',
120120
long_description='%s\n%s' % (

src/hunter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
from .predicates import Query
3232
from .tracer import Tracer
3333

34-
__version__ = "1.4.1"
34+
__version__ = "2.0.0"
3535
__all__ = (
3636
'And',
3737
'CallPrinter',

0 commit comments

Comments
 (0)