Bumped version to 1.0

This is the same version as 0.99, just released as 1.0 to note the
maturity of the code (it's been used successfully for months at the Blender
Animation Studio).
This commit is contained in:
Sybren A. Stüvel 2019-03-01 14:03:26 +01:00
parent 8dede717c6
commit c8337f5098
4 changed files with 6 additions and 5 deletions

View File

@ -3,6 +3,7 @@
This file logs the changes that are actually interesting to users (new features,
changed functionality, fixed bugs).
## Version 1.0 (in development)
## Version 1.0 (2019-03-01)
- Base version after which changes will be recorded here.

View File

@ -20,4 +20,4 @@
# <pep8 compliant>
__version__ = '0.99'
__version__ = '1.0'

View File

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

View File

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