Skip to content

Commit 3865d6a

Browse files
committed
bump version to see if it shows up
1 parent 70e70ef commit 3865d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
except ImportError:
4848
pass
4949

50-
__version__ = "1.34.0"
50+
__version__ = "1.34.0.1"
5151

5252
if bool(os.environ.get("SYNAPSE_TEST_PATCH_LOG_CONTEXTS", False)):
5353
# We import here so that we don't have to install a bunch of deps when

0 commit comments

Comments
 (0)