Skip to content

Commit c164d1f

Browse files
committed
Bump: beta version to test build.
1 parent 775c5a9 commit c164d1f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "typesense-alt"
6+
name = "typesense"
77
description = "Python client for Typesense, an open source and typo tolerant search engine."
88
authors = [
99
{"name" = "Typesense", "email" = "contact@typesense.org"},

src/typesense/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .client import Client # NOQA
22

33

4-
__version__ = '0.17.1'
4+
__version__ = '0.19.0.beta1'

0 commit comments

Comments
 (0)