Bumped version to 1.8

This commit is contained in:
Sybren A. Stüvel 2021-11-09 11:17:02 +01:00
parent 42800f6c84
commit 744609b2f0
3 changed files with 4 additions and 4 deletions

View File

@ -20,4 +20,4 @@
# <pep8 compliant> # <pep8 compliant>
__version__ = "1.7" __version__ = "1.8"

View File

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

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "blender-asset-tracer" name = "blender-asset-tracer"
version = "1.7" version = "1.8"
homepage = 'https://developer.blender.org/project/profile/79/' homepage = 'https://developer.blender.org/project/profile/79/'
description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`" description = "BAT parses Blend files and produces dependency information. After installation run `bat --help`"