Skip to content

Commit

Permalink
Update version number, README, setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndr42 committed Mar 27, 2022
1 parent 2dab882 commit cfd905b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -117,7 +117,7 @@ continue it later.

```
$ icebox version --dependencies
icebox 0.5.0
icebox 1.0.0
✅ age found. (Version: v1.0.0)
✅ age-keygen found.
✅ ssh found. (Version: OpenSSH_8.2p1)
Expand Down
2 changes: 0 additions & 2 deletions setup.cfg
Expand Up @@ -9,9 +9,7 @@ long_description_content_type = text/markdown
url = https://github.com/alxndr42/icebox
classifiers =
Programming Language :: Python :: 3
Operating System :: OS Independent
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Development Status :: 4 - Beta

[options]
package_dir =
Expand Down
2 changes: 1 addition & 1 deletion src/icebox/__init__.py
@@ -1,5 +1,5 @@
NAME = 'icebox'
VERSION = '0.5.0'
VERSION = '1.0.0'

SECRET_KEY = 'identity' # nosec No secret
PUBLIC_KEY = 'identity.pub'
Expand Down

0 comments on commit cfd905b

Please sign in to comment.