Bump version to 1.1.1
This commit is contained in:
parent
c579adca9a
commit
0bb1a69d94
3 changed files with 4 additions and 2 deletions
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
## Next version
|
||||
|
||||
## 1.1.1 (2019-04-14)
|
||||
|
||||
- add database class for easier sqlite3 access
|
||||
|
||||
## 1.1.0 (2019-04-14)
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Ensure that you have at least Python 3.7 installed.
|
|||
|
||||
To install yaboli or update your installation to the latest version, run:
|
||||
```
|
||||
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.0
|
||||
$ pip install git+https://github.com/Garmelon/yaboli@v1.1.1
|
||||
```
|
||||
|
||||
The use of [venv](https://docs.python.org/3/library/venv.html) is recommended.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
|
||||
setup(
|
||||
name="yaboli",
|
||||
version="1.1.0",
|
||||
version="1.1.1",
|
||||
packages=["yaboli"],
|
||||
install_requires=["websockets==7.0"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue