Skip to content

Commit

Permalink
Bump version: 2.41.0 → 2.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
invisig0th committed May 28, 2021
1 parent 8de55aa commit e42cc63
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.41.0
current_version = 2.41.1
commit = True
tag = True
tag_message =
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
from setuptools import setup, find_packages
from setuptools.command.install import install

VERSION = '2.41.0'
VERSION = '2.41.1'

class VerifyVersionCommand(install):
"""Custom command to verify that the git tag matches our version"""
Expand Down
2 changes: 1 addition & 1 deletion synapse/lib/version.py
Expand Up @@ -216,6 +216,6 @@ def reqVersion(valu, reqver,
##############################################################################
# The following are touched during the release process by bumpversion.
# Do not modify these directly.
version = (2, 41, 0)
version = (2, 41, 1)
verstring = '.'.join([str(x) for x in version])
commit = ''

0 comments on commit e42cc63

Please sign in to comment.