Skip to content

Commit 0fdf715

Browse files
committed
Bump version 0.5.0 -> 0.6.0
1 parent 852d262 commit 0fdf715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -*- coding: utf-8 -*-
44
# Based on: https://circleci.com/blog/continuously-deploying-python-packages-to-pypi-with-circleci/
55
"""
6-
:copyright: (c) 2018 by Antonio Feregrino
6+
:copyright: (c) 2019 by Antonio Feregrino
77
:license: MIT, see LICENSE for more details.
88
"""
99
import os
@@ -13,7 +13,7 @@
1313
from setuptools.command.install import install
1414

1515
# Package version
16-
VERSION = "0.5.0"
16+
VERSION = "0.6.0"
1717

1818
class VerifyVersionCommand(install):
1919
"""Custom command to verify that the git tag matches our version"""

0 commit comments

Comments
 (0)