Skip to content

Commit ebbe678

Browse files
author
GitHub Action
committed
Bump version: 0.3.2 → 0.3.3
1 parent 9b88826 commit ebbe678

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.3.2
2+
current_version = 0.3.3
33
commit = True
44
tag = True
55

pyre/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__all__ = ['pyre', 'zbeacon', 'zhelper']
2-
__version__ = '0.3.2'
2+
__version__ = '0.3.3'
33
__version_info__ = tuple(int(v) for v in __version__.split('.'))
44

55
from .pyre import Pyre

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='zeromq-pyre',
8-
version='0.3.2',
8+
version='0.3.3',
99
description='Python ZRE implementation',
1010
author='Arnaud Loonstra',
1111
author_email='arnaud@sphaero.org',

0 commit comments

Comments
 (0)