Skip to content

Commit 72f3877

Browse files
committed
Bump version: 1.10.9 → 2.0.0
1 parent 72f2a20 commit 72f3877

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.10.9
2+
current_version = 2.0.0
33
commit = True
44
tag = True
55

git_pp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '1.10.9'
1+
__version__ = '2.0.0'
22
__app_name__ = 'git pp'
33

44
try:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "git-pp"
3-
version = "1.10.9"
3+
version = "2.0.0"
44
description = "A (tiny) Git utility for auto-committing and concurrent pushing"
55
authors = ["Xinyuan Chen <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)