Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanVusich committed May 1, 2019
1 parent d1582af commit 40ddd89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pcpartpicker/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
from .parts import *

__name__ = ["pcpartpicker"]
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Jonathan Vusich'
__email__ = '[email protected]'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def read(file_name: str):

setup(
name="pcpartpicker",
version="1.2.0",
version="1.2.1",
author="Jonathan Vusich",
author_email="[email protected]",
description="A fast, simple API for PCPartPicker.com.",
Expand Down

0 comments on commit 40ddd89

Please sign in to comment.