Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Oct 1, 2024
1 parent 9a63966 commit 7cf340d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "smassh"
version = "3.1.5"
version = "3.1.6"
description = "A TUI based typing application"
maintainers = ["kraanzu <kraanzu@gmail.com>"]
license = "GPL v3"
Expand Down
2 changes: 1 addition & 1 deletion smassh/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import click

PKG_VERSION = "3.1.4"
PKG_VERSION = "3.1.6"


@click.group(
Expand Down
2 changes: 1 addition & 1 deletion smassh/__main__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import click

PKG_VERSION = "3.1.4"
PKG_VERSION = "3.1.6"


@click.group(
Expand Down

0 comments on commit 7cf340d

Please sign in to comment.