Skip to content

Commit 807a99f

Browse files
committed
Fixes version of package in setup script.
1 parent 87bed7b commit 807a99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def contents(filename):
1010

1111
setup(
1212
name="sqlalchemy-json",
13-
version="0.6.0",
13+
version="0.7.0",
1414
author="Elmer de Looff",
1515
author_email="[email protected]",
1616
description="JSON type with nested change tracking for SQLAlchemy",

0 commit comments

Comments
 (0)