Skip to content

Commit 338bc30

Browse files
authored
Bump version: 0.5.1 → 0.5.2 (#23)
1 parent 0d5b1ae commit 338bc30

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,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.1
2+
current_version = 0.5.2
33
commit = True
44
tag = True
55

pyproxy/__init__.py

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

66
import os
77

8-
__version__ = "0.5.1"
8+
__version__ = "0.5.2"
99

1010
if os.path.isdir("pyproxy/monitoring"):
1111
__slim__ = False

0 commit comments

Comments
 (0)