Skip to content

Commit

Permalink
⬆️ Bump the version
Browse files Browse the repository at this point in the history
t_system 0.9-alpha1.99 -> 0.9-alpha2
remote_ui 0.2.6 -> 0.2.7
  • Loading branch information
MCYBA committed Aug 14, 2019
1 parent 8da5af1 commit 848be1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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-alpha1.99'
release = '0.9-alpha2'


# -- 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-alpha1.99',
version='0.9-alpha2',
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 @@ -33,7 +33,7 @@
from t_system.administration import Administrator
from t_system.updation import UpdateManager

__version__ = '0.9-alpha1.99'
__version__ = '0.9-alpha2'


def start(args):
Expand Down
2 changes: 1 addition & 1 deletion t_system/remote_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from t_system import dot_t_system_dir
# dot_t_system_dir = "/home/baybars/.t_system"

__version__ = '0.2.6'
__version__ = '0.2.7'


REMOTE_UI_PATH = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
Expand Down

0 comments on commit 848be1e

Please sign in to comment.