diff --git a/pyproject.toml b/pyproject.toml index c0bcb971d7914a58dd0a16268cdc0d6538eb0d5b..32b3ef313f7603fb919604737fb3ad063113e892 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tikka" -version = "0.14.3" +version = "0.14.4" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = [{name = "Vincent Texier", email = "vit@free.fr"}] requires-python = ">=3.9" diff --git a/tikka/__init__.py b/tikka/__init__.py index f340e4c20d0bba3e43fdf2323b79cbbc935de697..8db5833e2249313567b17f7d498db6b734995a5f 100644 --- a/tikka/__init__.py +++ b/tikka/__init__.py @@ -13,4 +13,4 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -__version__ = "0.14.3" +__version__ = "0.14.4"