Skip to content

Commit

Permalink
Bump version: 0.10.1 → 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGW committed Nov 30, 2019
1 parent f391c8a commit 82e5905
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.10.1
current_version = 0.10.2
files = README.md setup.py simplequi/__init__.py docs/source/conf.py
commit = True
tag = True

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.10.1
# simpleQui v0.10.2
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.10.1'
release = '0.10.2'


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

setup(
name='simplequi',
version='0.10.1',
version='0.10.2',
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 @@ -21,5 +21,5 @@

from ._api import *

__version__ = '0.10.1'
__version__ = '0.10.2'
__doc__ = _api.__doc__

0 comments on commit 82e5905

Please sign in to comment.