Skip to content

Commit f1c0f11

Browse files
committed
Release 0.18.3
1 parent d531f06 commit f1c0f11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 0.18.2
2+
current_version = 0.18.3
33
commit = True
44
tag = False
55
sign_tags = True

gremlinapi/util.py

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

88
log = logging.getLogger("GremlinAPI.client")
99

10-
_version = "0.18.2"
10+
_version = "0.18.3"
1111

1212

1313
def get_version():

0 commit comments

Comments
 (0)