Skip to content

Commit

Permalink
Bump version: 0.1.6 → 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
D3f0 committed Oct 28, 2018
1 parent c4b2d75 commit 1461f00
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pcapfilter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = """Nahuel Defossé"""
__email__ = "nahuel.defosse+pip@gmail.com"
__version__ = "__version__ = '0.1.6'"
__version__ = "__version__ = '0.1.7'"
5 changes: 3 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.6
current_version = 0.1.7
commit = True
tag = True

Expand All @@ -19,4 +19,5 @@ exclude = docs
max-line-length = 90

[aliases]
test=pytest --addopts -vv
test = pytest --addopts -vv

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/D3f0/pcapfilter",
version="version='0.1.6'",
version="version='0.1.7'",
zip_safe=False,
)

0 comments on commit 1461f00

Please sign in to comment.