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

Commit ed60736

Browse files
committed
fix
1 parent e39428c commit ed60736

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

fyCursor/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
TableInsert,
1111
NULL
1212
)
13-
from sql_types import (
13+
from .sql_types import (
1414
DATATYPES,
1515
INTEGER,
1616
TEXT,
@@ -45,7 +45,7 @@ def connect(
4545

4646
__title__ = "fyCursor"
4747

48-
__version__ = "0.1.5"
48+
__version__ = "0.1.5.1"
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",
16+
version="0.1.5.1",
1717
description='Simple sqlite3 cursor',
1818
author="felixyeahh",
1919
author_email="<[email protected]>",

0 commit comments

Comments
 (0)