Skip to content

Commit 1290840

Browse files
committed
Bump version: 1.1.1 → 1.1.2
1 parent e1d1b0f commit 1290840

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pypyraws/version.py

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

33
import platform
44

5-
__version__ = '1.1.1'
5+
__version__ = '1.1.2'
66

77

88
def get_version():

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.1.1
2+
current_version = 1.1.2
33

44
[bumpversion:file:pypyraws/version.py]
55

@@ -18,7 +18,6 @@ branch = True
1818

1919
[flake8]
2020
exclude = .git,__pycache__,.tox,*.egg,build,data,dist,.cache,.env
21-
; select = E,W,F
2221

2322
[metadata]
24-
license_files = LICENSE
23+
license_files = LICENSE

0 commit comments

Comments
 (0)