From acc5c94097ed28e3a7e73253a57139f66b475f62 Mon Sep 17 00:00:00 2001 From: tonnzor Date: Fri, 22 Apr 2016 16:17:47 +0200 Subject: [PATCH] Bump the version of the package If we don't bump version -- even installing from master branch would not upgrade existing 0.0.4 that crashes in some setups. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 619e8aa..ad34e55 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ url='https://github.com/g2p/rfc6266', keywords='rfc6266 Content-Disposition http attachments', name='rfc6266', - version='0.0.4', # semver + version='0.0.5', # semver license='GNU LGPL', platforms='OS-independent', py_modules=['rfc6266', 'test_rfc6266'],