Skip to content

Commit 07ba9a5

Browse files
laodouyalaodouya
authored andcommitted
Bump version to 0.1.4, add dsn support
1 parent fa725fe commit 07ba9a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pycovenantsql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
DatabaseError, OperationalError, IntegrityError, InternalError,
88
NotSupportedError, ProgrammingError)
99

10-
VERSION = (0, 1, 3, None)
10+
VERSION = (0, 1, 4, None)
1111
if VERSION[3] is not None:
1212
VERSION_STRING = "%d.%d.%d_%s" % VERSION
1313
else:

setup.py

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

88
setup(
99
name="PyCovenantSQL",
10-
version="0.1.3",
10+
version="0.1.4",
1111
url='https://github.com/CovenantSQL/python-driver/',
1212
project_urls={
1313
"Documentation": "https://pycovenantsql.readthedocs.io/",

0 commit comments

Comments
 (0)