diff --git a/pyproject.toml b/pyproject.toml index 3efaa6baf22fa95f6983dbeea1208ceba19a7caf..cdb8825b6b054a3aacb1f0c24e66a076b14a022c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tikka" -version = "0.7.3" +version = "0.7.4" description = "Tikka is a fast and light Python/Tk client to manage your Ğ1 accounts" authors = ["Vincent Texier <vit@free.fr>"] include = [ diff --git a/tikka/__init__.py b/tikka/__init__.py index 117f11b65ea0fe36b37115f797baca777dcb3fea..e032414618fb0dee4228bcf114019bd2ef05e0e4 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.7.3" +__version__ = "0.7.4"