We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07da7d commit fa6599eCopy full SHA for fa6599e
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
<!--next-version-placeholder-->
4
5
+## v0.13.1 (2024-01-24)
6
+
7
+### Fix
8
9
+* Remove rich import ([`a07da7d`](https://github.com/rx-modules/bolt-expressions/commit/a07da7d539b1d0289d539d82493de8ed465d9e28))
10
11
## v0.13.0 (2024-01-23)
12
13
### Feature
bolt_expressions/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.13.0"
+__version__ = "0.13.1"
from .api import *
from .ast import *
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bolt-expressions"
-version = "0.13.0"
+version = "0.13.1"
description = "Provides pandas-like expressions capabilities to the bolt extension of mecha"
authors = ["rx97", "TheWii"]
license = "MIT"
0 commit comments