Skip to content

Commit 53884d5

Browse files
committed
add single source for the version
1 parent d85c6db commit 53884d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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, 45)
10+
VERSION = (2, 0, 0, RC, 47)
1111

1212
__version__ = get_version(VERSION)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = papermerge-core
3-
version = 2.0.0rc46
3+
version = attr: papermerge.core.__version__
44
description = Open source document management system designed for scanned documents
55
long_description = file: README.rst
66
url = https://www.papermerge.com/

0 commit comments

Comments
 (0)