Skip to content

Commit 0b1a5af

Browse files
committed
Bump version: 3.13.1.dev0 → 3.13.1
1 parent 16adf96 commit 0b1a5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.13.1.dev0
2+
current_version = 3.13.1
33
commit = True
44
tag = True
55
sign_tags = True

idr_gallery/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
# This can be loaded via the app.
33
# It will be updated by bumpversion
4-
VERSION = '3.13.1.dev0'
4+
VERSION = '3.13.1'

0 commit comments

Comments
 (0)