Skip to content

Commit

Permalink
🔖 Bump the version
Browse files Browse the repository at this point in the history
t_system 0.9.83 -> 0.9.835
remote_ui 1.2.6 -> 1.2.7
  • Loading branch information
MCYBA committed Jan 2, 2020
1 parent 1bdb4f6 commit 1fe141d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Portable usage interface v0.6

#### Remote UI

The remotely controlling interface v1.2.6
The remotely controlling interface v1.2.7

- Properties
-
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# The short X.Y version
version = '0.9'
# The full version, including alpha/beta/rc tags
release = '0.9.83'
release = '0.9.835'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.9.83',
version='0.9.835',
description='t_system is an open source moving target locking system project via raspberry Pi embedded computer',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion t_system/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

__author__ = 'Cem Baybars GÜÇLÜ'
__email__ = '[email protected]'
__version__ = '0.9.83'
__version__ = '0.9.835'
2 changes: 1 addition & 1 deletion t_system/remote_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
.. moduleauthor:: Cem Baybars GÜÇLÜ <[email protected]>
"""

__version__ = '1.2.6'
__version__ = '1.2.7'

0 comments on commit 1fe141d

Please sign in to comment.