Skip to content

Commit

Permalink
feat: Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Sunglasses committed Sep 16, 2024
1 parent 09dcdb4 commit 7db492a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "2.7.0"
version = "2.8.0"
description = "A New and Modern SSH connector written in Python."
readme = "README.md"
authors = [
Expand Down Expand Up @@ -42,7 +42,7 @@ dev = [
]

[tool.bumpver]
current_version = "2.7.0"
current_version = "2.8.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "Bump version {old_version} -> {new_version}"
commit = true
Expand Down
2 changes: 1 addition & 1 deletion src/bitssh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
pass


__version__ = "2.7.0"
__version__ = "2.8.0"

0 comments on commit 7db492a

Please sign in to comment.