Skip to content

Commit 2e974cb

Browse files
committed
Bump version: 2.3.34 → 2.3.35
1 parent c3f294a commit 2e974cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

firepit/__init__.py

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

33
__author__ = """IBM Security"""
44
__email__ = '[email protected]'
5-
__version__ = '2.3.34'
5+
__version__ = '2.3.35'
66

77

88
import re

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.34
2+
current_version = 2.3.35
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@
6464
test_suite='tests',
6565
tests_require=test_requirements,
6666
url='https://github.com/opencybersecurityalliance/firepit',
67-
version='2.3.34',
67+
version='2.3.35',
6868
zip_safe=False,
6969
)

0 commit comments

Comments
 (0)