Skip to content

Commit 9a279c0

Browse files
committed
chore: version bump
1 parent d6a5ea9 commit 9a279c0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bitssh"
7-
version = "3.3.0"
7+
version = "3.4.0"
88
description = "A new and modern SSH connector written in Python."
99
readme = "README.md"
1010
authors = [
@@ -45,7 +45,7 @@ Issues = "https://github.com/Mr-Sunglasses/bitssh/issues"
4545
bitssh = "bitssh.__main__:main"
4646

4747
[tool.bumpver]
48-
current_version = "3.3.0"
48+
current_version = "3.4.0"
4949
version_pattern = "MAJOR.MINOR.PATCH"
5050
commit_message = "Bump version {old_version} -> {new_version}"
5151
commit = true

src/bitssh/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
pass
66

77

8-
__version__ = "3.3.0"
8+
__version__ = "3.4.0"

0 commit comments

Comments
 (0)