Skip to content

Commit

Permalink
Bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HacKanCuBa committed Feb 8, 2018
1 parent 47876bc commit f058358
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 9 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,7 @@ v0.4.7 | 30.6 | 0.71 | -0%
v0.4.8 | 35.6 | 0.83 | +16%
v0.5.0 | 35.6 | 0.83 | +0%
v0.5.1 | 37.5 | 0.87 | +5%
v1.0.0rc0 | 37.3 | 0.87 | -0%
v1.0.0rc1 | 37.3 | 0.87 | +0%
v1.0.0rc2 | 37.3 | 0.87 | +0%
v1.0.0 | 37.3 | 0.87 | -0%

You can try it yourself: download each release, unpack it and time it.
The command to run, depending on the release version, is:
Expand Down
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -324,11 +324,7 @@ runtime table for each tag:
+-----------------+----------------+--------------------+-----------------------------------+
| v0.5.1 | 37.5 | 0.87 | +5% |
+-----------------+----------------+--------------------+-----------------------------------+
| v1.0.0rc0 | 37.3 | 0.87 | -0% |
+-----------------+----------------+--------------------+-----------------------------------+
| v1.0.0rc1 | 37.3 | 0.87 | +0% |
+-----------------+----------------+--------------------+-----------------------------------+
| v1.0.0rc2 | 37.3 | 0.87 | +0% |
| v1.0.0 | 37.3 | 0.87 | -0% |
+-----------------+----------------+--------------------+-----------------------------------+

| You can try it yourself: download each release, unpack it and time it.
Expand Down
2 changes: 1 addition & 1 deletion passphrase/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

__author__ = 'HacKan'
__license__ = 'GNU GPL 3.0+'
__version__ = '1.0.0rc2'
__version__ = '1.0.0'
__version_string__ = (
'Passphrase v{}\nby HacKan (https://hackan.net) FOSS '
'under GNU GPL v3.0 or newer'.format(__version__)
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def readme():
'(GPLv3+)',
'Natural Language :: English',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Security :: Cryptography',
Expand Down

0 comments on commit f058358

Please sign in to comment.