Skip to content

Commit

Permalink
Update version to 0.4.1
Browse files Browse the repository at this point in the history
Incorporates fix for recently python, #46
  • Loading branch information
lclarkmichalek committed Aug 11, 2018
1 parent 02ec857 commit ac68752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
)

0 comments on commit ac68752

Please sign in to comment.