We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 852d262 commit 0fdf715Copy full SHA for 0fdf715
setup.py
@@ -3,7 +3,7 @@
3
# -*- coding: utf-8 -*-
4
# Based on: https://circleci.com/blog/continuously-deploying-python-packages-to-pypi-with-circleci/
5
"""
6
-:copyright: (c) 2018 by Antonio Feregrino
+:copyright: (c) 2019 by Antonio Feregrino
7
:license: MIT, see LICENSE for more details.
8
9
import os
@@ -13,7 +13,7 @@
13
from setuptools.command.install import install
14
15
# Package version
16
-VERSION = "0.5.0"
+VERSION = "0.6.0"
17
18
class VerifyVersionCommand(install):
19
"""Custom command to verify that the git tag matches our version"""
0 commit comments