diff --git a/setup.py b/setup.py index dc8762f..956b8f2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ # ----------------------------------------------------------------------------- DESCRIPTION = "Python DB-API and SQLAlchemy interface for GraphQL APIs." -VERSION = "0.0.1.dev4" +VERSION = "0.0.1.dev5" # -----------------------------------------------------------------------------