Skip to content

Commit eb549f5

Browse files
authored
Merge pull request #2782 from onaio/update-setup-cfg
chore: Update onadata setup.cfg file
2 parents e184336 + fc43ebf commit eb549f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

onadata/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
from __future__ import absolute_import, unicode_literals
99

10-
__version__ = "4.12.0"
10+
__version__ = "4.13.0"
1111

1212

1313
# This will make sure the app is always imported when

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = onadata
3-
version = 4.12.0
3+
version = 4.13.0
44
description = Collect Analyze and Share Data
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst

0 commit comments

Comments
 (0)