Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit bdba3eb

Browse files
committed
Merge branch 'dev'
2 parents 46ca18c + 1445775 commit bdba3eb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note: if you want to make some edits, you should install it in a conda environme
4545
```sh
4646
# Use the latest stable version (recommended for usage)
4747
# Make sure the version number is the latest
48-
git clone -b 'v0.9.2' --depth 1 https://github.com/twenty5151/koneko.git
48+
git clone -b 'v0.10.0' --depth 1 https://github.com/twenty5151/koneko.git
4949
# Use the master branch for upcoming features:
5050
git clone -b master https://github.com/twenty5151/koneko.git
5151
# Use the dev branch for latest features, fixes, and instability (recommended for contributers):

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ When test installing with pip, don't forget to use `pip install .` or `python se
181181

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

184-
Bump version info in `__init__.py`, `setup.py`, `README.md`, and `CONTRIBUTING.md`
184+
Bump version info in `__init__.py`, `setup.py`, and `CONTRIBUTING.md`
185185

186186
```sh
187187
python setup.py sdist bdist_wheel

koneko/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
from blessed import Terminal
44

5-
__version__ = '0.9.2'
5+
__version__ = '0.10.0'
66
KONEKODIR = Path('~/.local/share/koneko/cache').expanduser()
77
TERM = Terminal()

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='koneko',
18-
version='0.9.2',
18+
version='0.10.0',
1919
description='Browse pixiv in the terminal',
2020
long_description=README,
2121
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)