Skip to content

Commit 079c994

Browse files
authored
Merge pull request #6 from Siege-Software/first-version
update version
2 parents f48c239 + a975aac commit 079c994

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

django_typesense/__init__.py

+1-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +1 @@
1-
__version__ = "0.1.0"
2-
3-
# import django
4-
# from pathlib import Path
5-
# from django.conf import settings
6-
7-
8-
# BASE_DIR = Path(__file__).resolve().parent.parent
9-
# INSTALLED_APPS = ["django_typesense"]
10-
#
11-
# TYPESENSE = {
12-
# "nodes": [{"host": env('TYPESENSE_HOST'), "port": env('TYPESENSE_PORT'), "protocol": env('TYPESENSE_PROTOCOL')}],
13-
# 'api_key': env('TYPESENSE_API_KEY'),
14-
# 'connection_timeout_seconds': 2
15-
# }
16-
#
17-
# settings.configure(INSTALLED_APPS=INSTALLED_APPS, TYPESENSE=TYPESENSE)
18-
19-
# django.setup()
1+
__version__ = "0.1.1-alpha"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name="django_typesense",
55
author="Siege Software",
66
author_email="[email protected]",
7-
version="0.0.1",
7+
version="0.1.1-alpha",
88
install_requires=[
99
"django",
1010
"typesense",

0 commit comments

Comments
 (0)