We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6a5ea9 commit 9a279c0Copy full SHA for 9a279c0
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "bitssh"
7
-version = "3.3.0"
+version = "3.4.0"
8
description = "A new and modern SSH connector written in Python."
9
readme = "README.md"
10
authors = [
@@ -45,7 +45,7 @@ Issues = "https://github.com/Mr-Sunglasses/bitssh/issues"
45
bitssh = "bitssh.__main__:main"
46
47
[tool.bumpver]
48
-current_version = "3.3.0"
+current_version = "3.4.0"
49
version_pattern = "MAJOR.MINOR.PATCH"
50
commit_message = "Bump version {old_version} -> {new_version}"
51
commit = true
src/bitssh/__init__.py
@@ -5,4 +5,4 @@
pass
-__version__ = "3.3.0"
+__version__ = "3.4.0"
0 commit comments