diff --git a/docs/conf.py b/docs/conf.py index dcc291b..42ca5fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ # built documents. # # The short X.Y version. -version = '3.0.0' +version = '3.1.0' # The full version, including alpha/beta/rc tags. -release = '3.0.0' +release = '3.1.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index d9b6e38..0e71d82 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='django-river', - version='3.0.0', + version='3.1.0', author='Ahmet DAL', author_email='ceahmetdal@gmail.com', packages=find_packages(),