Skip to content

Commit a25bc02

Browse files
bump version to exist version v1.1.434
1 parent 70a5633 commit a25bc02

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = False
33
tag = True
4-
current_version = 1.1.434
4+
current_version = 1.1.435
55
tag_name = v{current_version}
66
message = GitHub Actions Build {current_version}
77

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from os import path
33
from setuptools import setup, find_packages
44

5-
__version__ = '1.1.434'
5+
__version__ = '1.1.435'
66

77
here = path.abspath(path.dirname(__file__))
88

0 commit comments

Comments
 (0)