We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edaf2a6 commit dab1a3cCopy full SHA for dab1a3c
graphene_mongo/__init__.py
@@ -5,7 +5,7 @@
5
from .types import (
6
MongoengineObjectType,
7
)
8
-__version__ = '0.1.0'
+__version__ = '0.1.1'
9
10
__all__ = [
11
'__version__',
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='graphene-mongo',
- version='0.1.0',
+ version='0.1.1',
description='Graphene Mongoengine integration',
long_description=open('README.rst').read(),
0 commit comments