Skip to content

Commit bb8fe12

Browse files
bumped version to 0.8
1 parent 2f1095a commit bb8fe12

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.6.0'
25+
release = '0.8.0'
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.6.0',
7+
version = '0.8.0',
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)