Skip to content

Commit 30d0723

Browse files
committed
bump version
1 parent 06490a9 commit 30d0723

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ def _warn_node(self, msg, node, **kwargs):
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = '1.0.6'
80+
version = '1.0.7'
8181
# The full version, including alpha/beta/rc tags.
82-
release = '1.0.6'
82+
release = '1.0.7'
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="demosys-py",
5-
version="1.0.6",
5+
version="1.0.7",
66
description="Modern OpenGL 3.3+ Framework inspired by Django",
77
long_description=open('README.md').read(),
88
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)