Skip to content

Commit

Permalink
change: Update version to 4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdragun committed Jul 18, 2024
1 parent cbb1fe4 commit 4e46e51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esptool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"write_mem",
]

__version__ = "4.8.0.dev5"
__version__ = "4.8.0"

import argparse
import inspect
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
version = {attr = "esptool.__init__.__version__"}

[tool.commitizen]
version = "4.8.0.dev5"
version = "4.8.0"
tag_format = "v$version"
changelog_start_rev = "v4.2.1"
annotated_tag = true
Expand Down

0 comments on commit 4e46e51

Please sign in to comment.