From c0551f3797914238c52c523596d897411fec89da Mon Sep 17 00:00:00 2001 From: Joscha Date: Fri, 21 Jun 2019 18:20:29 +0000 Subject: [PATCH] Bump version to 1.0.0 --- CHANGELOG.md | 6 +++++- README.md | 4 ++-- setup.py | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 836dcfb..30f8115 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Next version +Nothing yet + +## 1.0.0 (2019-06-21) + - Add a readme - Add ability to connect as human - Add cookie support @@ -11,6 +15,6 @@ - Fix fetching old logs - Rename project from "cheuph" to "bowl" -## 0.1.0 (2019-04-12) +## 0.1.0 (2019-06-21) - Use setuptools diff --git a/README.md b/README.md index c42067b..696f64f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Ensure that you have at least Python 3.7 installed. To install **bowl** or update your installation to the latest version, run the following command wherever you want to install or have installed **bowl**: ``` -$ pip install git+https://github.com/Garmelon/bowl@v0.0.1 +$ pip install git+https://github.com/Garmelon/bowl@v1.0.0 ``` The use of [venv](https://docs.python.org/3/library/venv.html) is recommended. @@ -31,7 +31,7 @@ $ . bin/activate Then, install **bowl**. ``` -$ pip install git+https://github.com/Garmelon/bowl@v0.0.1 +$ pip install git+https://github.com/Garmelon/bowl@v1.0.0 ``` Create a config file containing all default values in the default config file diff --git a/setup.py b/setup.py index 159496a..9e5b4bc 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name="bowl", - version="0.0.1", + version="1.0.0", packages=[ "bowl", "bowl.euphoria",