From ac687529ec6208954f09c29f01760c66f73b1d10 Mon Sep 17 00:00:00 2001 From: Laurie Clark-Michalek Date: Sat, 11 Aug 2018 22:58:43 +0100 Subject: [PATCH] Update version to 0.4.1 Incorporates fix for recently python, #46 --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index b1986b5..176df5b 100644 --- a/setup.py +++ b/setup.py @@ -6,12 +6,12 @@ def read(fname): setup( name="Archey3", - version="0.4", + version="0.4.1", author="Laurie Clark-Michalek", - author_email="bluepeppers@archlinux.us", + author_email="lclarkmichalek@gmail.com", description="A simple python scrip to display an Archlinux logo in ASCII art along with basic system information.", license="GPL", - url="http://bluepeppers.github.com/archey3", + url="http://lclarkmichalek.github.com/archey3", long_description=read("README.md"), scripts=["archey3"] )