aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlexis M <alexis@notmyidea.org>2019-09-08 19:30:34 +0200
committerAlexis M <alexis@notmyidea.org>2019-09-08 19:30:34 +0200
commitfc7df8bdcee771e9c61581368a1052bbf9546e55 (patch)
tree55a2db2e9025475be2322b6338ce4f7ea8b7caac /setup.py
parent1c0927b235f31a14c7243e99311a53904d419e91 (diff)
downloadihatemoney-mirror-fc7df8bdcee771e9c61581368a1052bbf9546e55.zip
ihatemoney-mirror-fc7df8bdcee771e9c61581368a1052bbf9546e55.tar.gz
ihatemoney-mirror-fc7df8bdcee771e9c61581368a1052bbf9546e55.tar.bz2
Preparing release 4.1
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3a4f856..fdea0df 100644
--- a/setup.py
+++ b/setup.py
@@ -34,7 +34,7 @@ ENTRY_POINTS = {
setup(name='ihatemoney',
- version='4.1.dev0',
+ version='4.1',
description='A simple shared budget manager web application.',
long_description="{}\n\n{}".format(README.encode('utf-8'), CHANGELOG.encode('utf-8')),
license='Custom BSD Beerware',