Skip to content

Commit aab33d1

Browse files
committed
Bump version: 1.0.0b1 → 1.0.0b2
1 parent b737915 commit aab33d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 1.0.0b1
2+
current_version = 1.0.0b2
33
commit = True
44
tag = True
55

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0b1'
1+
__version__ = '1.0.0b2'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ exclude = '''
2121

2222
[tool.poetry]
2323
name = "commitizen"
24-
version = "1.0.0b1"
24+
version = "1.0.0b2"
2525
description = "Python commitizen client tool"
2626
authors = ["Santiago Fraire <[email protected]>"]
2727
license = "MIT"

0 commit comments

Comments
 (0)