mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2024-11-22 20:03:14 +00:00
Bumps version to v1.2.0
The windows release
This commit is contained in:
parent
85fbc2a25f
commit
6d8280b48f
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "pokemon-terminal",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"description": "Pokemon terminal themes",
|
||||
"bin": {
|
||||
"pokemon": "pokemon",
|
||||
|
|
2
setup.py
2
setup.py
|
@ -27,7 +27,7 @@ def package_data(relpath, folders):
|
|||
|
||||
setup(
|
||||
name="pokemon-terminal",
|
||||
version="1.1.0", # Copied from package.json
|
||||
version="1.2.0", # Copied from package.json
|
||||
|
||||
description="Pokemon terminal themes.",
|
||||
long_description="""
|
||||
|
|
Loading…
Reference in a new issue