File tree Expand file tree Collapse file tree 4 files changed +24
-21
lines changed
Expand file tree Collapse file tree 4 files changed +24
-21
lines changed Original file line number Diff line number Diff line change @@ -149,3 +149,4 @@ checklink/cookies.txt
149149
150150# Quarto
151151.quarto
152+ token
Original file line number Diff line number Diff line change 1+ # Release notes
2+
3+ <!-- do not remove -->
4+
5+ ## 0.0.1
6+
7+ First Release!
8+
Original file line number Diff line number Diff line change 11[DEFAULT]
2- # All sections below are required unless otherwise specified.
3- # See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
4-
5- # ## Python library ###
62repo = python-vector
73lib_name = timescale-vector
8- version = 0.0.1
4+ version = 0.0.2
95min_python = 3.7
106license = apache2
117black_formatting = False
12-
13- # ## nbdev ###
148doc_path = _docs
159lib_path = timescale_vector
1610nbs_path = nbs
1711recursive = True
1812tst_flags = notest
1913put_version_in_init = True
20-
21- # ## Docs ###
2214branch = main
2315custom_sidebar = False
24- doc_host = https://%(user)s.github.io
25- doc_baseurl = /%(repo)s
26- git_url = https://github.com/%(user)s/%(repo)s
27- title = %(lib_name)s
28-
29- # ## PyPI ###
16+ doc_host = https://timescale.github.io
17+ doc_baseurl = /python-vector
18+ git_url = https://github.com/timescale/python-vector
19+ title = timescale-vector
3020audience = Developers
3121author = Matvey Arye
3222author_email = mat@timescale.com
33- copyright = 2023 onwards, %(author)s
23+ copyright = 2023 onwards, Matvey Arye
3424description = Python library for storing vector data in Postgres
3525keywords = nbdev jupyter notebook python
3626language = English
3727status = 3
3828user = timescale
39-
40- # ## Optional ###
4129requirements = asyncpg psycopg2 pgvector
42- dev_requirements = python-dotenv
43- # console_scripts =
30+ dev_requirements = python-dotenv
31+ readme_nb = index.ipynb
32+ allowed_metadata_keys =
33+ allowed_cell_metadata_keys =
34+ jupyter_hooks = True
35+ clean_ids = True
36+ clear_all = False
37+
Original file line number Diff line number Diff line change 1- __version__ = "0.0.1 "
1+ __version__ = "0.0.2 "
You can’t perform that action at this time.
0 commit comments