Skip to content

Commit

Permalink
Updated version strings to r1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FreehandBlock51 committed Feb 2, 2022
1 parent 625384c commit 84da32d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
long_description = fh.read()

setuptools.setup(
name="OSFA-FreehandBlock51",
version="1",
name="osfa",
version="r1.0",
author="FreehandBlock51",
author_email="freehandblock51@outlook.com",
description="One Shell For All",
Expand Down
3 changes: 2 additions & 1 deletion src/osfa/osfa.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from shutil import rmtree

__all__ = ["CmdSh","RunShell"]
VERSION = "r1.0"
class CmdSh(Cmd):
@staticmethod
def _getRealPath(fPath):
Expand Down Expand Up @@ -141,7 +142,7 @@ def do_createfile(self, file):
fd.close()

intro = """OSFA: One Shell For All
"""
Version {}""".format(VERSION)
endprompt = "(OSFA) "
@property
def prompt(self):
Expand Down

0 comments on commit 84da32d

Please sign in to comment.