Skip to content

Commit 0d61339

Browse files
committed
Bump version: 3.2.2 → 3.3.0
1 parent 06a2c9e commit 0d61339

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 = 3.2.2
2+
current_version = 3.3.0
33
commit = True
44
tag = True
55

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ Overview
4949
:alt: Supported implementations
5050
:target: https://pypi.org/project/hunter
5151

52-
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.2.2.svg
52+
.. |commits-since| image:: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.3.0.svg
5353
:alt: Commits since latest release
54-
:target: https://github.com/ionelmc/python-hunter/compare/v3.2.2...master
54+
:target: https://github.com/ionelmc/python-hunter/compare/v3.3.0...master
5555

5656

5757

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
version = release = get_distribution('hunter').version
3737
except Exception:
3838
traceback.print_exc()
39-
version = release = '3.2.2'
39+
version = release = '3.3.0'
4040

4141
pygments_style = 'trac'
4242
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def _unavailable(self, e):
113113
use_scm_version={
114114
'local_scheme': 'dirty-tag',
115115
'write_to': 'src/hunter/_version.py',
116-
'fallback_version': '3.2.2',
116+
'fallback_version': '3.3.0',
117117
},
118118
license='BSD-2-Clause',
119119
description='Hunter is a flexible code tracing toolkit.',

src/hunter/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
try:
4646
from ._version import version as __version__
4747
except ImportError:
48-
__version__ = '3.2.2'
48+
__version__ = '3.3.0'
4949

5050
__all__ = (
5151
'And',

0 commit comments

Comments
 (0)