Skip to content

Commit

Permalink
⬆️ Bump the version
Browse files Browse the repository at this point in the history
t_system 0.9-alpha1.89 -> 0.9-alpha1.9
  • Loading branch information
MCYBA committed Aug 7, 2019
1 parent b6a26d4 commit a7e4eea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.89'
release = '0.9-alpha1.9'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def pkgconfig(*packages):
# 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.89',
version='0.9-alpha1.9',
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 @@ -31,7 +31,7 @@
from t_system.accession import AccessPoint
from t_system.administration import Administrator

__version__ = '0.9-alpha1.89'
__version__ = '0.9-alpha1.9'


def start(args):
Expand Down

0 comments on commit a7e4eea

Please sign in to comment.