From 62d8237ed729dc2d7eaa39736f552ab810ccbb31 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Thu, 21 May 2020 20:50:22 +0200 Subject: [PATCH] Update version to 1.2.0 --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c45a980..a08932d 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="RSI.py", - version="1.1.6", + version="1.2.0", description="A library for manipulation of the RSI format used in Space Station 14.", url="https://github.com/space-wizards/RSI.py", author="Pieter-Jan Briers", @@ -22,6 +22,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", + "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Libraries :: Python Modules" ], project_urls={