Skip to content

Commit e15bc83

Browse files
committed
Post 0.0.7
1 parent c6c74c4 commit e15bc83

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

settings.ini

Lines changed: 2 additions & 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.6
4+
version = 0.0.8
55
min_python = 3.7
66
license = apache2
77
black_formatting = False
@@ -34,4 +34,5 @@ allowed_cell_metadata_keys =
3434
jupyter_hooks = True
3535
clean_ids = True
3636
clear_all = False
37+
cell_number = True
3738

timescale_vector/__init__.py

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

0 commit comments

Comments
 (0)