Fix loading error
This commit is contained in:
parent
a48328c194
commit
1b7181302f
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from __future__ import absolute_import
|
||||
from .base import RedNoise
|
||||
from .base import DjangoRedNoise
|
||||
|
||||
__all__ = ['DjangoRedNoise']
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ def read(*path):
|
|||
|
||||
setup(
|
||||
name='django-rednoise',
|
||||
version='1.0.3',
|
||||
version='1.0.4',
|
||||
author='Ryan McGrath',
|
||||
author_email='ryan@venodesigns.net',
|
||||
url='https://github.com/ryanmcgrath/django-rednoise/',
|
||||
|
|
|
|||
Reference in a new issue