We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e5ccc9 commit 71e1131Copy full SHA for 71e1131
docs/source/conf.py
@@ -22,7 +22,7 @@
22
author = 'Noah Rahm, Correct Syntax'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '0.8.0'
+release = '0.8.5'
26
27
28
# -- General configuration ---------------------------------------------------
setup.py
@@ -4,7 +4,7 @@
4
setup(
5
name = 'uistylelang',
6
packages = ['uistylelang'],
7
- version = '0.8.0',
+ version = '0.8.5',
8
license='BSD 3-Clause',
9
description = 'Simple CSS-like language which allows for drawing and styling wxPython elements.',
10
long_description=open('README.md').read(),
0 commit comments