Skip to content

Commit

Permalink
Bump version: 1.0.6 → 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGW committed Dec 17, 2019
1 parent b310f9f commit 9adfedf
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 = 1.0.6
current_version = 1.0.7
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 @@
# simplequi

*v1.0.6*
*v1.0.7*

![Build Status](https://github.com/ArthurGW/simplequi/workflows/build/badge.svg)
![Test Status](https://github.com/ArthurGW/simplequi/workflows/tests/badge.svg)
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 = '1.0.6'
release = '1.0.7'


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

setup(
name='simplequi',
version='1.0.6',
version='1.0.7',
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 @@ -38,4 +38,4 @@
]
__doc__ = _api.__doc__

__version__ = '1.0.6'
__version__ = '1.0.7'

0 comments on commit 9adfedf

Please sign in to comment.