Skip to content

Commit 0713e78

Browse files
committed
Bump version: 0.3.3 → 0.3.4
1 parent fd32434 commit 0713e78

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.3
2+
current_version = 0.3.4
33
commit = True
44
tag = True
55

pydrill/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
version = '0.3.3'
3+
version = '0.3.4'
44

55
VERSION = tuple(map(int, version.split('.')))
66
__version__ = VERSION

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setup(
2222
name='pydrill',
23-
version='0.3.3',
23+
version='0.3.4',
2424
description="Python Driver for Apache Drill.",
2525
long_description=readme + '\n\n' + history,
2626
author="Wojciech Nowak",

0 commit comments

Comments
 (0)