Skip to content

Commit

Permalink
Bump a version to for Fixing README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Jul 7, 2023
1 parent 7b0d073 commit 1869c0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "bitssh"
version = "1.1.0"
version = "1.1.1"
description = "A command-line tool for managing SSH connections"
readme = "README.md"
authors = [{ name = "Kanishk Pachauri", email = "[email protected]" }]
Expand All @@ -31,7 +31,7 @@ Homepage = "https://github.com/Mr-Sunglasses/bitssh"
bitssh = "src.__main__:main"

[tool.bumpver]
current_version = "1.1.0"
current_version = "1.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
4 changes: 2 additions & 2 deletions src/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.1.0"
__all__ = ["utils", "core"]
__version__ = "1.1.1"
__all__ = ["utils", "core"]

0 comments on commit 1869c0a

Please sign in to comment.