Skip to content

Commit 7d22443

Browse files
committed
Update version number of package
1 parent 7c608c5 commit 7d22443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exasol/toolbox/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# This file is generated, do not edit it manually!
33
# If you need to change the version, do so in the project.toml, e.g. by using `poetry version X.Y.Z`.
44
MAJOR = 0
5-
MINOR = 1
5+
MINOR = 2
66
PATCH = 0
77
VERSION = f"{MAJOR}.{MINOR}.{PATCH}"

0 commit comments

Comments
 (0)