Skip to content

Commit 691a383

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent 1a950cb commit 691a383

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.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.0.1
2+
current_version = 1.0.2
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.0.1'
28+
version = release = '1.0.2'
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.0.1',
114+
version='1.0.2',
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
@@ -28,7 +28,7 @@
2828
from .predicates import Query
2929
from .tracer import Tracer
3030

31-
__version__ = "1.0.1"
31+
__version__ = "1.0.2"
3232
__all__ = (
3333
'And',
3434
'CodePrinter',

0 commit comments

Comments
 (0)