Skip to content

Commit 6358a21

Browse files
committed
Bump version
1 parent 5050d9d commit 6358a21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ def _warn_node(self, msg, node, **kwargs):
9595
# built documents.
9696
#
9797
# The short X.Y version.
98-
version = '2.0.1'
98+
version = '2.0.2'
9999
# The full version, including alpha/beta/rc tags.
100-
release = '2.0.1'
100+
release = '2.0.2'
101101

102102
# The language for content autogenerated by Sphinx. Refer to documentation
103103
# 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="2.0.1",
5+
version="2.0.2",
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)