Bumped version to 0.9

This commit is contained in:
Sybren A. Stüvel 2019-02-12 12:31:51 +01:00
parent 66681a69df
commit dcc992f1cd
3 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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