Skip to content

Commit 4a89f60

Browse files
committed
papermerge.core.__version__ is the single "source of truth"
1 parent 838d0ff commit 4a89f60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermerge/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
BETA = 'beta'
88
RC = 'rc'
99

10-
VERSION = (2, 0, 0, RC, 47)
10+
VERSION = (2, 0, 0, RC, 48)
1111

1212
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)