Bumped version to 0.8

This commit is contained in:
Sybren A. Stüvel 2019-01-02 16:06:38 +01:00
parent f7fb4b13ca
commit efbd7c1cb2
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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