~thestr4ng3r/mymcplus

9a0648c7161f912684f0747dd49e6960cbd7c7e5 — Florian Märkl 3 years ago 05cdf5d v3.0.4
Version 3.0.4
2 files changed, 7 insertions(+), 1 deletions(-)

A deploy.sh
M setup.py
A deploy.sh => deploy.sh +6 -0
@@ 0,0 1,6 @@
#!/bin/bash
cd "$(dirname "$0")"
set -xe
rm -rf dist
python setup.py sdist bdist_wheel
twine upload dist/*

M setup.py => setup.py +1 -1
@@ 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",