Skip to content

Commit

Permalink
Bump version: 2.173.0 → 2.173.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte committed Jun 25, 2024
1 parent a6dc415 commit 06b04fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.173.0
current_version = 2.173.1
commit = True
tag = True
tag_message =
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = 'setuptools.build_meta'

[project]
name = 'synapse'
version = '2.173.0'
version = '2.173.1'
authors = [
{ name = 'The Vertex Project LLC', email = 'root@vertex.link'},
]
Expand Down
2 changes: 1 addition & 1 deletion synapse/lib/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,6 @@ def reqVersion(valu, reqver,
##############################################################################
# The following are touched during the release process by bumpversion.
# Do not modify these directly.
version = (2, 173, 0)
version = (2, 173, 1)
verstring = '.'.join([str(x) for x in version])
commit = ''

0 comments on commit 06b04fd

Please sign in to comment.