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 66e1e95 commit ad6ef6aCopy full SHA for ad6ef6a
manatus/__init__.py
@@ -8,4 +8,4 @@
8
from .source_resource import *
9
from .tests import *
10
11
-__version__ = '1.0.14'
+__version__ = '1.0.15'
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name='manatus',
5
- version='1.0.14',
+ version='1.0.15',
6
packages=find_packages(),
7
url='http://github.com/SunshineStateDigitalNetwork/manatus',
license='MIT',
0 commit comments