1
0
mirror of https://github.com/HorlogeSkynet/archey4 synced 2025-06-10 04:00:13 +02:00

Version bumping

This commit is contained in:
Samuel FORESTIER 2018-05-13 09:39:38 +02:00
parent 714da32e64
commit ada0632d7d
2 changed files with 4 additions and 4 deletions

@ -73,9 +73,9 @@ $ sudo pip3 install archey4
### Step 1 : Fetch the source ###
# If you want the latest release :
$ wget https://github.com/HorlogeSkynet/archey4/archive/v4.4.0.tar.gz
$ tar xvzf v4.4.0.tar.gz
$ cd archey4-4.4.0/
$ wget https://github.com/HorlogeSkynet/archey4/archive/v4.4.1.tar.gz
$ tar xvzf v4.4.1.tar.gz
$ cd archey4-4.4.1/
# _______________________________
# If you want the latest changes :

@ -4,7 +4,7 @@ from setuptools import setup
setup(
name='archey4',
version='4.4.0',
version='4.4.1',
description='Archey is a simple system information tool written in Python',
keywords='archey python3 linux system-information monitoring',
url='http://git.io/archey4',