Bumped version to 0.7

This commit is contained in:
Sybren A. Stüvel 2018-12-06 10:02:40 +01:00
parent 37ad8f8dfc
commit fd316c4594
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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