Skip to content

Commit 3bc815d

Browse files
committed
Bump version: 1.2.2 → 1.3.0
1 parent 61fd25f commit 3bc815d

4 files changed

Lines changed: 4 additions & 4 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.2.2
2+
current_version = 1.3.0
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
year = '2015'
2626
author = 'Ionel Cristian Mărieș'
2727
copyright = '{0}, {1}'.format(year, author)
28-
version = release = '1.2.2'
28+
version = release = '1.3.0'
2929

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def _unavailable(self, e):
111111
print('*' * 80)
112112
setup(
113113
name='hunter',
114-
version='1.2.2',
114+
version='1.3.0',
115115
license='BSD',
116116
description='Hunter is a flexible code tracing toolkit.',
117117
long_description='%s\n%s' % (

src/hunter/__init__.py

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

33-
__version__ = "1.2.2"
33+
__version__ = "1.3.0"
3434
__all__ = (
3535
'And',
3636
'CallPrinter',

0 commit comments

Comments
 (0)