Skip to content

Commit f334746

Browse files
committed
Update to v0.8.15
1 parent e6c448a commit f334746

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.8.15
2+
3+
### Bug Fix
4+
- Fix condition and improve some code
5+
16
# 0.8.14
27

38
### Bug Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "blackprint-engine"
3-
version = "0.8.14"
3+
version = "0.8.15"
44
description = "Blackprint engine for registering node/interface and run exported Blackprint on Python environment"
55
readme = "README.md"
66
requires-python = ">=3.10"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='Blackprint',
5-
version='0.8.14',
5+
version='0.8.15',
66
packages=['Blackprint'],
77
# scripts=['bin/script1','bin/script2'],
88
url='https://github.com/Blackprint/engine-python',

0 commit comments

Comments
 (0)