Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
akazukin5151 committed Aug 1, 2021
1 parent 33398ab commit 6071822
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 @@ -47,7 +47,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.12.0' --depth 1 https://github.com/twenty5151/koneko.git
git clone -b 'v0.12.1' --depth 1 https://github.com/twenty5151/koneko.git
# ...or Use the master branch for nightly builds
git clone -b master https://github.com/twenty5151/koneko.git

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Note: if you want to make some edits, you should install it in a conda environme
# Use the latest stable version (recommended for usage)
# Make sure the version number is the latest
git clone -b 'v0.12.0' --depth 1 https://github.com/twenty5151/koneko.git
git clone -b 'v0.12.1' --depth 1 https://github.com/twenty5151/koneko.git
# ...or Use the master branch for nightly builds
git clone -b master https://github.com/twenty5151/koneko.git
Expand Down
2 changes: 1 addition & 1 deletion koneko/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from blessed import Terminal

__version__ = '0.12.0'
__version__ = '0.12.1'
KONEKODIR = Path('~/.local/share/koneko/cache').expanduser()
WELCOME_IMAGE = KONEKODIR.parent / 'pics' / '71471144_p0.png'
TERM = Terminal()
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

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

0 comments on commit 6071822

Please sign in to comment.