We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1287027 commit f8b3e5dCopy full SHA for f8b3e5d
dataprofiler/version.py
@@ -2,7 +2,7 @@
2
3
MAJOR = 0
4
MINOR = 10
5
-MICRO = 8
+MICRO = 9
6
POST = None # otherwise None
7
8
VERSION = "%d.%d.%d" % (MAJOR, MINOR, MICRO)
0 commit comments