Skip to content

Commit

Permalink
2 dev 2
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <praneeth@bpraneeth.com>
  • Loading branch information
bedapudi6788 committed Oct 21, 2023
1 parent b606429 commit 0189a71
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion liteindex/defined_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def __init__(
def __del__(self):
if self._connection:
self._connection.close()
self._connection = None

@property
def _connection(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = "praneeth@bpraneeth.com"
AUTHOR = "BEDAPUDI PRANEETH"
REQUIRES_PYTHON = ">=3.6.0"
VERSION = "0.0.2.dev1"
VERSION = "0.0.2.dev2"

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 0189a71

Please sign in to comment.