Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
akazukin5151 committed Dec 1, 2022
1 parent dbcbfab commit ddec195
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.1' --depth 1 https://github.com/akazukin5151/koneko.git
git clone -b 'v0.13.0' --depth 1 https://github.com/akazukin5151/koneko.git
# ...or Use the master branch for nightly builds
git clone -b master https://github.com/akazukin5151/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.4'
__version__ = '0.13.0'
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 @@ -22,7 +22,7 @@ def run(self):

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

0 comments on commit ddec195

Please sign in to comment.