From 30d072359037b192709d27142bf6beb25a5ef290 Mon Sep 17 00:00:00 2001 From: einarf Date: Sat, 4 Aug 2018 20:43:19 +0200 Subject: [PATCH] bump version --- docs/source/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 14c8c31..24c7679 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -77,9 +77,9 @@ def _warn_node(self, msg, node, **kwargs): # built documents. # # The short X.Y version. -version = '1.0.6' +version = '1.0.7' # The full version, including alpha/beta/rc tags. -release = '1.0.6' +release = '1.0.7' # 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 3c75c96..5b1c484 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="demosys-py", - version="1.0.6", + version="1.0.7", description="Modern OpenGL 3.3+ Framework inspired by Django", long_description=open('README.md').read(), long_description_content_type='text/markdown',