From 0e866ce1acb6763c0a663fbeb695a65a014ac0c3 Mon Sep 17 00:00:00 2001 From: piotr Date: Fri, 1 Nov 2024 15:27:13 +0100 Subject: [PATCH] bump to 0.5.50 --- nwg_shell_config/autotranslate.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nwg_shell_config/autotranslate.py b/nwg_shell_config/autotranslate.py index fcaf073..2cbf0d7 100644 --- a/nwg_shell_config/autotranslate.py +++ b/nwg_shell_config/autotranslate.py @@ -5,7 +5,7 @@ Repository: https://github.com/nwg-piotr/nwg-shell-config Project site: https://nwg-piotr.github.io/nwg-shell Author's email: nwg.piotr@gmail.com -Copyright (c) 2021-2023 Piotr Miller & Contributors +Copyright (c) 2021-2024 Piotr Miller & Contributors License: MIT """ diff --git a/setup.py b/setup.py index fda4c4e..e4b15d9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(f_name): setup( name='nwg-shell-config', - version='0.5.49', + version='0.5.50', description='nwg-shell configuration utility', packages=find_packages(), include_package_data=True,