Skip to content

Commit

Permalink
Bump version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vxgmichel committed Feb 11, 2021
1 parent a6fee25 commit 6d561da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,11 @@ Here is the list of the dependencies used in this project, all great open source

- [gambatte](https://github.com/sinamas/gambatte) - Gameboy emulation
- [Cython](https://cython.org/) - Binding to gambatte C++ API, and fast video frame conversion
- [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - Handling of the terminal stream
- [samplerate](https://github.com/tuxu/python-samplerate) - Resampling the emulator audio stream
- [prompt-toolkit](https://github.com/prompt-toolkit/python-prompt-toolkit) - Cross-platform terminal handling
- [samplerate](https://github.com/tuxu/python-samplerate) - Resampling the audio stream
- [sounddevice](https://github.com/spatialaudio/python-sounddevice) - Playing the audio stream
- [xlib](https://github.com/python-xlib/python-xlib)/[pynput](https://github.com/moses-palmer/pynput) - Getting keyboard input
- [xlib](https://github.com/python-xlib/python-xlib)/[pynput](https://github.com/moses-palmer/pynput) - Getting keyboard inputs
- [pygame](https://github.com/pygame/pygame) - Getting game controller inputs
- [asyncssh](https://github.com/ronf/asyncssh) - Running the SSH server


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __fspath__(self):

setup(
name="gambaterm",
version="0.8.1",
version="0.9.0",
packages=["gambaterm"],
setup_requires=["setuptools>=42", "Cython>=0.29.13", "numpy"],
ext_modules=[gambatte_extension, termblit_extension],
Expand Down

0 comments on commit 6d561da

Please sign in to comment.