Skip to content

Commit

Permalink
bump minor release version
Browse files Browse the repository at this point in the history
  • Loading branch information
boyd-nguyen committed Aug 28, 2023
1 parent 44a00f1 commit 6f10800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

here = pathlib.Path(__file__).parent.resolve()

__version__ = "2.2.3"
__version__ = "2.3.0"

# Get the long description from the README file
long_description = (here / "README.md").read_text(encoding="utf-8")
Expand Down
2 changes: 1 addition & 1 deletion src/youte/version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import platform

version = "2.2.3"
version = "2.3.0b"
user_agent = (
f"youte/{version} ({platform.system()} {platform.machine()}) "
f"{platform.python_implementation()}/{platform.python_version()}"
Expand Down

0 comments on commit 6f10800

Please sign in to comment.