diff --git a/setup.py b/setup.py index f529c7b..46efcf6 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def contents(filename): setup( name="sqlalchemy-json", - version="0.6.0", + version="0.7.0", author="Elmer de Looff", author_email="elmer.delooff@gmail.com", description="JSON type with nested change tracking for SQLAlchemy",