Skip to content

Commit

Permalink
Up version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuk committed Jul 6, 2019
1 parent 02fcb4b commit b3261e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
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.5.0
current_version = 0.6.0
files = setup.py
commit = True
message = Up version
Expand All @@ -15,6 +15,7 @@ pep8ignore =
E501

[run]
omit =
omit =
navec/eval/*
navec/train/*

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.5.0',
version='0.6.0',
install_requires=['numpy'],
packages=find_packages(),
entry_points={
Expand Down

0 comments on commit b3261e2

Please sign in to comment.