Skip to content

Commit

Permalink
build: changing version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Oct 25, 2024
1 parent 68c7aa1 commit 3e15be0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __version__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = '2.5.0'
__version__ = 'v2.5.1'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.commitizen]
name = "cz_conventional_commits"
version = "2.5.0"
version = "v2.5.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py38, py36
env_list = 3.9, 3.10

[testenv]
deps = -rrequirements.txt
Expand Down

0 comments on commit 3e15be0

Please sign in to comment.