Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
All 3 of them
  • Loading branch information
sylveon committed May 1, 2020
1 parent c4191a0 commit 3f3fa4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokemon-terminal",
"version": "1.2.0",
"version": "1.3.0",
"description": "Pokemon terminal themes",
"bin": {
"pokemon": "pokemon",
Expand Down
2 changes: 1 addition & 1 deletion pokemonterminal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"""


__version__ = "1.2.0"
__version__ = "1.3.0"
__author__ = "LazoCoder"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def package_data(relpath, folders):

setup(
name="pokemon-terminal",
version="1.2.0", # Copied from package.json
version="1.3.0", # Copied from package.json

description="Pokemon terminal themes.",
long_description="""
Expand Down

0 comments on commit 3f3fa4e

Please sign in to comment.