Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanVusich committed Apr 19, 2019
1 parent 8e251fc commit b0042ac
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.1.3'
__version__ = '1.1.4'
__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.1.3",
version="1.1.4",
author="Jonathan Vusich",
author_email="[email protected]",
description="A fast, simple API for PCPartPicker.com.",
Expand Down

0 comments on commit b0042ac

Please sign in to comment.