Skip to content

Commit

Permalink
Bump version: 0.0.1 → 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonicNinja committed May 19, 2016
1 parent db2ea18 commit b4aa940
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pydrill_dsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = 'Wojciech Nowak'
__email__ = 'mail@pythonic.ninja'
__version__ = '0.0.1'
__version__ = '0.0.2'
11 changes: 6 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.1
current_version = 0.0.2
commit = True
tag = True

Expand All @@ -12,12 +12,13 @@ universal = 1

[isort]
multi_line_output = 5
line_length=120
default_section=THIRDPARTY
skip=.tox,.ve,dist,build
skip_glob=*/migrations/*
line_length = 120
default_section = THIRDPARTY
skip = .tox,.ve,dist,build
skip_glob = */migrations/*

[flake8]
exclude = .ve,.tox,.git,docs,dist,build
ignore = E123,E128,E731
max-line-length = 120

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

setup(
name='pydrill_dsl',
version='0.0.1',
version='0.0.2',
description="Pythonic DSL for Apache Drill",
long_description=readme + '\n\n' + history,
author="Wojciech Nowak",
Expand Down

0 comments on commit b4aa940

Please sign in to comment.