From e3e63038fc9ffc94af4f6dbc2574a4b622e292f5 Mon Sep 17 00:00:00 2001 From: IrenvanderBeekPXL Date: Sun, 10 Jul 2022 19:56:49 +0200 Subject: [PATCH] Fixed version and gitignore for Jetbrains IDE --- .gitignore | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9494459..0e61cee 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ var/ .vscode/ .buildconfig +.idea/ \ No newline at end of file diff --git a/setup.py b/setup.py index 7038c57..a9154bc 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ def get_data_files(): setup( name='sysmontask', - version='1.x.x', + version='2.0.0', description='System Monitor With UI Like Windows', url='https://github.com/KrispyCamel4u/SysMonTask', author='Neeraj Kumar',