diff --git a/alchy/__meta__.py b/alchy/__meta__.py index 7a194e1..148f89e 100644 --- a/alchy/__meta__.py +++ b/alchy/__meta__.py @@ -15,7 +15,7 @@ __summary__ = ('A SQLAlchemy extension for its declarative ORM that provides ' 'enhancements for model classes, queries, and sessions.') __url__ = 'https://github.com/dgilland/alchy' -__version__ = '1.0.0' +__version__ = '1.1.0' __author__ = 'Derrick Gilland' __email__ = 'dgilland@gmail.com' __license__ = 'MIT License'