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 b95d4cc commit babd036Copy full SHA for babd036
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
<!-- do not remove -->
4
5
+## 0.0.4
6
+
7
+Various usability improvements.
8
9
## 0.0.3
10
11
Add PgVectorizer
settings.ini
@@ -1,7 +1,7 @@
1
[DEFAULT]
repo = python-vector
lib_name = timescale-vector
-version = 0.0.4
+version = 0.0.5
min_python = 3.7
license = apache2
black_formatting = False
timescale_vector/__init__.py
@@ -1 +1 @@
-__version__ = "0.0.4"
+__version__ = "0.0.5"
0 commit comments