Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
akazukin5151 committed Jul 22, 2020
2 parents 46ca18c + 1445775 commit bdba3eb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Note: if you want to make some edits, you should install it in a conda environme
```sh
# Use the latest stable version (recommended for usage)
# Make sure the version number is the latest
git clone -b 'v0.9.2' --depth 1 https://github.com/twenty5151/koneko.git
git clone -b 'v0.10.0' --depth 1 https://github.com/twenty5151/koneko.git
# Use the master branch for upcoming features:
git clone -b master https://github.com/twenty5151/koneko.git
# Use the dev branch for latest features, fixes, and instability (recommended for contributers):
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ When test installing with pip, don't forget to use `pip install .` or `python se

Test installing with `pip install .`, `python setup.py install`, `python setup.py develop`, and `python -m koneko.main` is now automated.

Bump version info in `__init__.py`, `setup.py`, `README.md`, and `CONTRIBUTING.md`
Bump version info in `__init__.py`, `setup.py`, and `CONTRIBUTING.md`

```sh
python setup.py sdist bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion koneko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

from blessed import Terminal

__version__ = '0.9.2'
__version__ = '0.10.0'
KONEKODIR = Path('~/.local/share/koneko/cache').expanduser()
TERM = Terminal()
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='koneko',
version='0.9.2',
version='0.10.0',
description='Browse pixiv in the terminal',
long_description=README,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bdba3eb

Please sign in to comment.