Skip to content

Commit f8b3e5d

Browse files
update version (#1107)
1 parent 1287027 commit f8b3e5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataprofiler/version.py

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

33
MAJOR = 0
44
MINOR = 10
5-
MICRO = 8
5+
MICRO = 9
66
POST = None # otherwise None
77

88
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)

0 commit comments

Comments
 (0)