Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuk committed May 30, 2019
1 parent b94f8aa commit 32a7652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0
files = setup.py
commit = True
message = Up version
Expand All @@ -9,9 +9,7 @@ tag = True
universal = 1

[tool:pytest]
# W503 line break before binary operator, see
# https://www.python.org/dev/peps/pep-0008/#id20
# E501 line too long
pep8ignore =
W503
E501
pep8ignore =
W503
E501

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

setup(
name='navec',
version='0.1.0',
version='0.2.0',
install_requires=['numpy'],
packages=find_packages(),
entry_points={
Expand Down

0 comments on commit 32a7652

Please sign in to comment.