File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 3.4.2
2
+ current_version = 3.4.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ Overview
47
47
:alt: Supported implementations
48
48
:target: https://pypi.org/project/hunter
49
49
50
- .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.4.2 .svg
50
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.4.3 .svg
51
51
:alt: Commits since latest release
52
- :target: https://github.com/ionelmc/python-hunter/compare/v3.4.2 ...master
52
+ :target: https://github.com/ionelmc/python-hunter/compare/v3.4.3 ...master
53
53
54
54
55
55
Original file line number Diff line number Diff line change 31
31
version = release = get_distribution ('hunter' ).version
32
32
except Exception :
33
33
traceback .print_exc ()
34
- version = release = '3.4.2 '
34
+ version = release = '3.4.3 '
35
35
36
36
pygments_style = 'trac'
37
37
templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def has_ext_modules(self):
114
114
use_scm_version = {
115
115
'local_scheme' : 'dirty-tag' ,
116
116
'write_to' : 'src/hunter/_version.py' ,
117
- 'fallback_version' : '3.4.2 ' ,
117
+ 'fallback_version' : '3.4.3 ' ,
118
118
},
119
119
license = 'BSD-2-Clause' ,
120
120
description = 'Hunter is a flexible code tracing toolkit.' ,
Original file line number Diff line number Diff line change 45
45
try :
46
46
from ._version import version as __version__
47
47
except ImportError :
48
- __version__ = '3.4.2 '
48
+ __version__ = '3.4.3 '
49
49
50
50
__all__ = (
51
51
'And' ,
You can’t perform that action at this time.
0 commit comments