diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 29055cf..a3d61bb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.3' --depth 1 https://github.com/akazukin5151/koneko.git +git clone -b 'v0.12.4' --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 diff --git a/koneko/__init__.py b/koneko/__init__.py index 7ed567c..b07d41a 100644 --- a/koneko/__init__.py +++ b/koneko/__init__.py @@ -3,7 +3,7 @@ from blessed import Terminal -__version__ = '0.12.3' +__version__ = '0.12.4' KONEKODIR = Path('~/.local/share/koneko/cache').expanduser() WELCOME_IMAGE = KONEKODIR.parent / 'pics' / '71471144_p0.png' TERM = Terminal() diff --git a/setup.py b/setup.py index ef9c95f..59d7ff1 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def run(self): setup( name='koneko', - version='0.12.3', + version='0.12.4', description='Browse pixiv in the terminal', long_description=README, long_description_content_type='text/markdown',