Bumped version to 0.6.1

This commit is contained in:
Sybren A. Stüvel 2018-11-30 14:03:31 +01:00
parent 5fa99981de
commit 041af5d3bb
3 changed files with 4 additions and 4 deletions

View File

@ -20,4 +20,4 @@
# <pep8 compliant> # <pep8 compliant>
__version__ = '0.6' __version__ = '0.6.1'

View File

@ -24,9 +24,9 @@ copyright = '2018, Sybren A. Stüvel'
author = 'Sybren A. Stüvel' author = 'Sybren A. Stüvel'
# The short X.Y version # The short X.Y version
version = '0.6' version = '0.6.1'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '0.6' release = '0.6.1'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------

View File

@ -26,7 +26,7 @@ if sys.version_info < (3, 5):
setup( setup(
name='blender-asset-tracer', name='blender-asset-tracer',
version='0.6', version='0.6.1',
url='https://gitlab.com/dr.sybren/blender-asset-tracer', url='https://gitlab.com/dr.sybren/blender-asset-tracer',
download_url='https://pypi.python.org/pypi/blender-asset-tracer', download_url='https://pypi.python.org/pypi/blender-asset-tracer',
license='GPLv2+', license='GPLv2+',