Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jotyGill committed Sep 18, 2019
1 parent fe6dc68 commit 9f20d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion privacyfighter/pf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# To produce gui installer with pyinstaller. also uncomment @Gooey decorator
gui_mode = False

__version__ = "1.1.0"
__version__ = "1.2.0"
__basefilepath__ = os.path.dirname(os.path.abspath(__file__))

# temporary folder to download files in
Expand Down
2 changes: 1 addition & 1 deletion privacyfighter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# pf_location = os.path.join(os.path.abspath(os.path.dirname(__file__)), "privacyfighter")
# exec(open(os.path.join(pf_location, "version.py")).read())
__version__ = "1.1.0"
__version__ = "1.2.0"

if sys.version_info < (3, 5):
sys.stderr.write("ERROR: requires Python 3.5 or above." + "Install using 'pip3' instead of just 'pip' \n")
Expand Down

0 comments on commit 9f20d4a

Please sign in to comment.