We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1fd698 commit 7af5a2bCopy full SHA for 7af5a2b
setup.py
@@ -13,7 +13,7 @@
13
def read(fname):
14
return open(os.path.join(os.path.dirname(__file__), fname)).read()
15
16
-__version__ = '1.0.5'
+__version__ = '1.0.6'
17
18
setup(name='pymonetdb',
19
version=__version__,
0 commit comments