Skip to content

Commit

Permalink
Bump version: 0.9.0 → 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGW committed Nov 10, 2019
1 parent 65340e0 commit 84e1ddb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.0
current_version = 0.9.1
files = README.md setup.py simplequi/__init__.py docs/source/conf.py
commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# WORK IN PROGRESS

# simpleQui v0.9.0
# simpleQui v0.9.1
Run codeskulptor.org programs on the desktop using Qt/PySide2

## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
author = 'Arthur Gordon-Wright'

# The full version, including alpha/beta/rc tags
release = '0.9.0'
release = '0.9.1'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

setup(
name='simplequi',
version='0.9.0',
version='0.9.1',
description='Run codeskulptor.org programs on the desktop using Qt/PySide2',
long_description=README,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion simplequi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

from ._api import *

__version__ = '0.9.0'
__version__ = '0.9.1'
__doc__ = _api.__doc__

# Don't export the app
Expand Down

0 comments on commit 84e1ddb

Please sign in to comment.