From 9a0648c7161f912684f0747dd49e6960cbd7c7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Mon, 11 Jan 2021 11:21:19 +0100 Subject: [PATCH] Version 3.0.4 --- deploy.sh | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..282b1f4 --- /dev/null +++ b/deploy.sh @@ -0,0 +1,6 @@ +#!/bin/bash +cd "$(dirname "$0")" +set -xe +rm -rf dist +python setup.py sdist bdist_wheel +twine upload dist/* diff --git a/setup.py b/setup.py index ff7142d..710ffbf 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ It is based on the classic mymc utility created by Ross Ridge.""" setup( name="mymcplus", - version="3.0.3", + version="3.0.4", description="A PlayStation 2 memory card manager", long_description=long_description, long_description_content_type="text/plain", -- 2.38.5