Skip to content

Commit

Permalink
Bumped version number to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
onpon4 committed Sep 8, 2020
1 parent c186e93 commit 670a69d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion retux.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


__version__ = "1.4a0"
__version__ = "1.4"


import argparse
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
icon = os.path.join("data", "images", "misc", "icon.ico")

setup(name = "ReTux",
version = "1.4a0",
version = "1.4",
description = "Libre open source side-scrolling platformer starring Tux the penguin.",
options = {"build_exe": build_exe_options},
executables = [Executable("retux.py", base=base, icon=icon)])

0 comments on commit 670a69d

Please sign in to comment.