Skip to content

Commit a6eb7a0

Browse files
committed
Bump version: 1.4.0 → 1.4.1
1 parent 38d74a1 commit a6eb7a0

4 files changed

Lines changed: 5 additions & 5 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.0
2+
current_version = 1.4.1
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.4.0'
28+
version = release = '1.4.1'
2929

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

setup.py

Lines changed: 2 additions & 2 deletions
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.4.0',
114+
version='1.4.1',
115115
license='BSD',
116116
description='Hunter is a flexible code tracing toolkit.',
117117
long_description='%s\n%s' % (
@@ -155,7 +155,7 @@ def _unavailable(self, e):
155155
'six',
156156
],
157157
extras_require={
158-
'manhole': ['manhole>=1.4.0'],
158+
'manhole': ['manhole>=1.4.1'],
159159
},
160160
entry_points={
161161
'console_scripts': [

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.4.0"
33+
__version__ = "1.4.1"
3434
__all__ = (
3535
'And',
3636
'CallPrinter',

0 commit comments

Comments
 (0)