Skip to content

Commit babd036

Browse files
committed
Post 0.0.4
1 parent b95d4cc commit babd036

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
<!-- do not remove -->
44

5+
## 0.0.4
6+
7+
Various usability improvements.
8+
59
## 0.0.3
610

711
Add PgVectorizer

settings.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[DEFAULT]
22
repo = python-vector
33
lib_name = timescale-vector
4-
version = 0.0.4
4+
version = 0.0.5
55
min_python = 3.7
66
license = apache2
77
black_formatting = False

timescale_vector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.4"
1+
__version__ = "0.0.5"

0 commit comments

Comments
 (0)