Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 5d0e5ef

Browse files
authored
Merge pull request #43 from deta/release-1.0.0
Release 1.0.0
2 parents 81420c1 + 153b48a commit 5d0e5ef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deta/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
except Exception:
1515
pass
1616

17-
__version__ = 0.9
17+
__version__ = "1.0.0"
1818

1919

2020
def _get_project_key_id(project_key: str = None, project_id: str = None):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="deta",
5-
version="0.9",
5+
version="1.0.0",
66
description="Python SDK for Deta Base & Deta Drive.",
77
url="http://github.com/deta/deta-python",
88
author="Deta",

0 commit comments

Comments
 (0)