From 6b627f0f96c0abc0b3c7d7c56d5096230ef070d1 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 13 Jul 2021 10:08:01 +0200 Subject: [PATCH] Bump to new version --- README.md | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83b1f38..eb335be 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,7 @@ You'll need a [PyPi](https://pypi.org/) account and to be added as a maintainer. Please ask around @ Varia for who has PyPi access. ``` +$ # ... change the version number in setup.py ... # $ pip install twine $ make publish ``` diff --git a/setup.py b/setup.py index 915d0fe..62fb628 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('README.md', 'r') as handle: setup( name='distribusi', - version='0.0.9', + version='0.0.10', url='https://git.vvvvvvaria.org/varia/distribusi', license='GPLv3', author='Varia',