Skip to content

Commit f31bcd2

Browse files
author
ribx
authored
Update peewee_mssql.py
1 parent e3abf23 commit f31bcd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

peewee_mssql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from peewee import Database, ImproperlyConfigured, OP, QueryCompiler, CompoundSelect, SQL, Clause, CommaClause
22
from playhouse.db_url import register_database
33

4-
from .version import __version__
4+
__version__="0.1.1"
55

66
try:
77
import pymssql

0 commit comments

Comments
 (0)