Skip to content

Commit

Permalink
"Bump version: 6.15.9 → 6.15.10 [ci skip]"
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotduarte committed Oct 24, 2023
1 parent 5cdb703 commit 9900067
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 6.15.9
current_version = 6.15.10
commit = True
message = "Bump version: {current_version} → {new_version} [ci skip]"
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion cx_Freeze/__init__.py
Expand Up @@ -42,7 +42,7 @@

__all__.append(bdist_rpm.__name__)

__version__ = "6.15.9"
__version__ = "6.15.10"


def setup(**attrs): # noqa: D103
Expand Down
2 changes: 1 addition & 1 deletion doc/src/conf.py
Expand Up @@ -48,7 +48,7 @@
# built documents.
#
# The full version, including alpha/beta/rc tags.
release = "6.15.9"
release = "6.15.10"
# The short X.Y version.
version = ".".join(release.split(".")[:2])

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "cx_Freeze"
version = "6.15.9"
version = "6.15.10"
description = "Create standalone executables from Python scripts"
authors = [
{name = "Anthony Tuininga", email = "anthony.tuininga@gmail.com"}
Expand Down

0 comments on commit 9900067

Please sign in to comment.