diff --git a/README.md b/README.md index 39325f6d..7499219a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ -# Gym Electric Motor (GEM) -![](docs/plots/project_banner.jpg) +![](docs/plots/Motor_Logo.png) [![Build Status](https://travis-ci.org/upb-lea/gym-electric-motor.svg?branch=master)](https://travis-ci.org/upb-lea/gym-electric-motor) [![codecov](https://codecov.io/gh/upb-lea/gym-electric-motor/branch/master/graph/badge.svg)](https://codecov.io/gh/upb-lea/gym-electric-motor) diff --git a/dist/gym_electric_motor-0.0.4-py3-none-any.whl b/dist/gym_electric_motor-0.0.4-py3-none-any.whl deleted file mode 100644 index ea9a23e8..00000000 Binary files a/dist/gym_electric_motor-0.0.4-py3-none-any.whl and /dev/null differ diff --git a/dist/gym_electric_motor-0.0.4.tar.gz b/dist/gym_electric_motor-0.0.4.tar.gz deleted file mode 100644 index 3133b797..00000000 Binary files a/dist/gym_electric_motor-0.0.4.tar.gz and /dev/null differ diff --git a/dist/gym_electric_motor-0.1.0-py3-none-any.whl b/dist/gym_electric_motor-0.1.0-py3-none-any.whl new file mode 100644 index 00000000..6dc8040b Binary files /dev/null and b/dist/gym_electric_motor-0.1.0-py3-none-any.whl differ diff --git a/dist/gym_electric_motor-0.1.0.tar.gz b/dist/gym_electric_motor-0.1.0.tar.gz new file mode 100644 index 00000000..1bb9bd3b Binary files /dev/null and b/dist/gym_electric_motor-0.1.0.tar.gz differ diff --git a/docs/plots/Motor_Logo.png b/docs/plots/Motor_Logo.png new file mode 100644 index 00000000..d8796cf9 Binary files /dev/null and b/docs/plots/Motor_Logo.png differ diff --git a/setup.py b/setup.py index 2b156ebf..e5cc25f7 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name='gym_electric_motor', - version='0.0.4', + version='0.1.0', description='An OpenAI gym environment for electric motor control.', packages=setuptools.find_packages(), install_requires=requirements,