Bumped version to 0.6

This commit is contained in:
Sybren A. Stüvel 2018-11-30 13:59:33 +01:00
parent 78981ce9f1
commit 595c02a07d
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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