Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
humrochagf committed Dec 29, 2021
1 parent 591bbfd commit 58a8c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyxel-lander"
version = "1.3.2"
version = "1.4.0"
description = "Lunar Lander game tribute written in Python with Pyxel retro game engine"
authors = ["Humberto Rocha <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion pyxel_lander/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
AUTHOR = "Humberto Rocha"
AUTHOR_HANDLE = "@humrochagf"
EMAIL = "[email protected]"
VERSION = "1.3.2"
VERSION = "1.4.0"

# Game screen

Expand Down

0 comments on commit 58a8c81

Please sign in to comment.