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

Commit 1a4f1ff

Browse files
authored
Merge pull request #43 from cr/versionbump
Version bump for package and binary to 3.0.0
2 parents ca2397d + a978697 commit 1a4f1ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_argparser():
4343
release_choice, _, test_default, base_default = fd.FirefoxDownloader.list()
4444

4545
parser = argparse.ArgumentParser(prog="tls_canary")
46-
parser.add_argument('--version', action='version', version='%(prog)s 3.0.0b')
46+
parser.add_argument('--version', action='version', version='%(prog)s 3.0.0')
4747
parser.add_argument('-d', '--debug',
4848
help='Enable debug',
4949
action='store_true',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup, find_packages
66

7-
PACKAGE_VERSION = '0.1'
7+
PACKAGE_VERSION = '3.0.0'
88

99
# Dependencies
1010
with open('requirements.txt') as f:

0 commit comments

Comments
 (0)