diff --git a/docs/source/conf.py b/docs/source/conf.py index f877234..d92d2d5 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.3' +version = '1.0.4' # The full version, including alpha/beta/rc tags. -release = '1.0.3' +release = '1.0.4' # 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 833740d..0b74fac 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="demosys-py", - version="1.0.3", + version="1.0.4", description="Modern OpenGL 3.3+ Framework inspired by Django", long_description=open('README.md').read(), long_description_content_type='text/markdown',