We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c57a9 commit 6ac9df8Copy full SHA for 6ac9df8
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "baec"
7
-version = "0.2.0"
+version = "0.2.1"
8
description = "Python SDK to create Model Generators and add them into the BAEC platform."
9
requires-python = ">=3.9"
10
dependencies = [
src/baec/_version.py
@@ -4,4 +4,4 @@
__version__ = version("baec")
# during CI
except PackageNotFoundError:
- __version__ = "0.2.0"
+ __version__ = "0.2.1"
0 commit comments