Skip to content

Commit

Permalink
Bump version: 1.0.2 → 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurGW committed Dec 17, 2019
1 parent af78733 commit f58aedf
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.2
current_version = 1.0.3
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.2*
*v1.0.3*

![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.2'
release = '1.0.3'


# -- 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.2',
version='1.0.3',
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.2'
__version__ = '1.0.3'

0 comments on commit f58aedf

Please sign in to comment.