File tree 5 files changed +6
-6
lines changed
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.3
2
+ current_version = 3.5.0
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.3 .svg
50
+ .. |commits-since | image :: https://img.shields.io/github/commits-since/ionelmc/python-hunter/v3.5.0 .svg
51
51
:alt: Commits since latest release
52
- :target: https://github.com/ionelmc/python-hunter/compare/v3.4.3 ...master
52
+ :target: https://github.com/ionelmc/python-hunter/compare/v3.5.0 ...master
53
53
54
54
55
55
Original file line number Diff line number Diff line change 32
32
version = release = get_distribution ('hunter' ).version
33
33
except Exception :
34
34
traceback .print_exc ()
35
- version = release = '3.4.3 '
35
+ version = release = '3.5.0 '
36
36
37
37
pygments_style = 'trac'
38
38
templates_path = ['.' ]
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ def has_ext_modules(self):
118
118
use_scm_version = {
119
119
'local_scheme' : 'dirty-tag' ,
120
120
'write_to' : 'src/hunter/_version.py' ,
121
- 'fallback_version' : '3.4.3 ' ,
121
+ 'fallback_version' : '3.5.0 ' ,
122
122
},
123
123
license = 'BSD-2-Clause' ,
124
124
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.3 '
48
+ __version__ = '3.5.0 '
49
49
50
50
__all__ = (
51
51
'And' ,
You can’t perform that action at this time.
0 commit comments