Skip to content

Commit

Permalink
bump version 0.4.0 -> 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Ibarrola committed Aug 25, 2023
1 parent 997144b commit 078c449
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 @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysocklib"
version = "0.4.0"
version = "0.5.0"
description = "Library to work with socket clients and servers."
readme = "README.md"
authors = [{ name = "Daniel Ibarrola", email = "daniel.ibarrola.sanchez@gmail.com" }]
Expand All @@ -29,7 +29,7 @@ Homepage = "https://github.com/Daniel-Ibarrola/SocketLib.git"
socketlib = "socketlib.__main__:main"

[tool.bumpver]
current_version = "0.4.0"
current_version = "0.5.0"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
tag_message = "{new_version}"
Expand Down
2 changes: 1 addition & 1 deletion src/socketlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from .server.server import Server, ServerReceiver, ServerSender


__version__ = "0.4.0"
__version__ = "0.5.0"

0 comments on commit 078c449

Please sign in to comment.