Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit 96cc010

Browse files
committed
update version
1 parent cb2b27e commit 96cc010

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fyCursor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def connect(
4545

4646
__title__ = "fyCursor"
4747

48-
__version__ = "0.1.5.1"
48+
__version__ = "0.1.5.3"
4949

5050
__author__ = "felixyeahh"
5151
__author_email__ = "<[email protected]>"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Setting up
1414
setup(
1515
name="fyCursor",
16-
version="0.1.5.1",
16+
version="0.1.5.3",
1717
description='Simple sqlite3 cursor',
1818
author="felixyeahh",
1919
author_email="<[email protected]>",

0 commit comments

Comments
 (0)