From 33978f25bdbf2a10b5b1d5de2560e35557551e7f Mon Sep 17 00:00:00 2001 From: Scott Stevenson Date: Wed, 7 Mar 2018 11:55:00 +0000 Subject: [PATCH] Bump version to 3.0.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 26c30e3..d1b0fa5 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_long_description(): setup( name='xdg', - version='3.0.1', + version='3.0.2', description='Variables defined by the XDG Base Directory Specification', long_description=read_long_description(), url='https://github.com/srstevenson/xdg',