Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #43 from cr/versionbump
Browse files Browse the repository at this point in the history
Version bump for package and binary to 3.0.0
  • Loading branch information
cr authored Apr 7, 2017
2 parents ca2397d + a978697 commit 1a4f1ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def get_argparser():
release_choice, _, test_default, base_default = fd.FirefoxDownloader.list()

parser = argparse.ArgumentParser(prog="tls_canary")
parser.add_argument('--version', action='version', version='%(prog)s 3.0.0b')
parser.add_argument('--version', action='version', version='%(prog)s 3.0.0')
parser.add_argument('-d', '--debug',
help='Enable debug',
action='store_true',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from setuptools import setup, find_packages

PACKAGE_VERSION = '0.1'
PACKAGE_VERSION = '3.0.0'

# Dependencies
with open('requirements.txt') as f:
Expand Down

0 comments on commit 1a4f1ff

Please sign in to comment.