Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Yap committed Nov 4, 2018
1 parent a15db8d commit a0831c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
commit = True
tag = True

Expand All @@ -16,7 +16,7 @@ universal = 1

[flake8]
exclude = docs
max_line_length=120
max_line_length = 120

[aliases]
test = pytest
Expand Down
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/vicyap/vectra_api_client',
version='0.4.0',
version='0.5.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion vectra_api_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""Top-level package for Vectra API Client."""

__version__ = '0.4.0'
__version__ = '0.5.0'

0 comments on commit a0831c0

Please sign in to comment.