Skip to content

Commit 71e1131

Browse files
bump version
1 parent 1e5ccc9 commit 71e1131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Noah Rahm, Correct Syntax'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.8.0'
25+
release = '0.8.5'
2626

2727

2828
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name = 'uistylelang',
66
packages = ['uistylelang'],
7-
version = '0.8.0',
7+
version = '0.8.5',
88
license='BSD 3-Clause',
99
description = 'Simple CSS-like language which allows for drawing and styling wxPython elements.',
1010
long_description=open('README.md').read(),

0 commit comments

Comments
 (0)