Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inmcm committed Apr 7, 2018
1 parent 8a1a97a commit d23eb0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kravatte/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from kravatte.kravatte import Kravatte, KravatteSAE, KravatteWBC, KravatteWBC_AE, siv_wrap, siv_unwrap, mac, KravatteTagOutput, KravatteValidatedOutput, KravatteOracle
__author__ = """Michael Calvin McCoy"""
__email__ = 'calvin.mccoy@protonmail.com'
__version__ = '0.9.1'
__version__ = '0.9.2'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
commit = True
tag = True

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/inmcm/kravatte',
download_url='https://github.com/inmcm/kravatte/archive/0.9.1.tar.gz',
version='0.9.1',
download_url='https://github.com/inmcm/kravatte/archive/0.9.2.tar.gz',
version='0.9.2',
zip_safe=False,
)

0 comments on commit d23eb0a

Please sign in to comment.