We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd32434 commit 0713e78Copy full SHA for 0713e78
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.3.3
+current_version = 0.3.4
3
commit = True
4
tag = True
5
pydrill/__init__.py
@@ -1,6 +1,6 @@
import sys
-version = '0.3.3'
+version = '0.3.4'
VERSION = tuple(map(int, version.split('.')))
6
__version__ = VERSION
setup.py
@@ -20,7 +20,7 @@
20
21
setup(
22
name='pydrill',
23
- version='0.3.3',
+ version='0.3.4',
24
description="Python Driver for Apache Drill.",
25
long_description=readme + '\n\n' + history,
26
author="Wojciech Nowak",
0 commit comments