Skip to content

Commit 6ac9df8

Browse files
committed
chore(release): version 0.2.1
1 parent 68c57a9 commit 6ac9df8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "baec"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Python SDK to create Model Generators and add them into the BAEC platform."
99
requires-python = ">=3.9"
1010
dependencies = [

src/baec/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
__version__ = version("baec")
55
# during CI
66
except PackageNotFoundError:
7-
__version__ = "0.2.0"
7+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)