Skip to content

Commit

Permalink
Updated Version Number.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenitzCoding committed Nov 20, 2021
1 parent 0c776ea commit 384f757
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"Issue tracker": "https://github.com/Senarc-Studios/Cool-Utils/issues",
"Github": "https://github.com/Senarc-Studios/Cool-Utils/tree/Development"
},
version="1.1.9",
version="1.1.9.2",
packages=packages,
license="BSD",
description="This is Cool Utility tools that you can use in python.",
Expand Down
2 changes: 1 addition & 1 deletion utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
__author__ = 'BenitzCoding'
__license__ = 'BSD'
__copyright__ = 'Copyright 2021-present BenitzCoding'
__version__ = '1.1.9'
__version__ = '1.1.9.2'

from .compile import Compile
# from .discord import Discord
Expand Down

0 comments on commit 384f757

Please sign in to comment.