From 58a8c81077f9a72924b5c95f42c3843f1588d24e Mon Sep 17 00:00:00 2001 From: Humberto Rocha Date: Wed, 29 Dec 2021 18:29:08 -0500 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- pyxel_lander/constants.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2271d8e..a74bfa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/pyxel_lander/constants.py b/pyxel_lander/constants.py index f74868c..69464f4 100644 --- a/pyxel_lander/constants.py +++ b/pyxel_lander/constants.py @@ -3,7 +3,7 @@ AUTHOR = "Humberto Rocha" AUTHOR_HANDLE = "@humrochagf" EMAIL = "humrochagf@gmail.com" -VERSION = "1.3.2" +VERSION = "1.4.0" # Game screen