diff --git a/flake.nix b/flake.nix index 5721e9b1..31ff8e3e 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ flake-utils.lib.eachDefaultSystem ( system: let name = "smassh"; - version = "3.1.5"; + version = "3.1.6"; pkgs = import nixpkgs {inherit system;}; python3 = pkgs.python312Packages; diff --git a/pyproject.toml b/pyproject.toml index 5604056f..4c33dc07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smassh" -version = "3.1.5" +version = "3.1.6" description = "A TUI based typing application" maintainers = ["kraanzu "] license = "GPL v3" diff --git a/smassh/__init__.py b/smassh/__init__.py index 1eeed0f1..259976ca 100644 --- a/smassh/__init__.py +++ b/smassh/__init__.py @@ -1,6 +1,6 @@ import click -PKG_VERSION = "3.1.4" +PKG_VERSION = "3.1.6" @click.group( diff --git a/smassh/__main__.py b/smassh/__main__.py index 1eeed0f1..259976ca 100644 --- a/smassh/__main__.py +++ b/smassh/__main__.py @@ -1,6 +1,6 @@ import click -PKG_VERSION = "3.1.4" +PKG_VERSION = "3.1.6" @click.group(