Skip to content

Commit

Permalink
version++
Browse files Browse the repository at this point in the history
  • Loading branch information
belskikh committed Mar 27, 2019
1 parent d0f8319 commit 3ca80cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you find this library useful for your research, please consider citing:
month = feb,
year = 2019,
doi = {10.5281/zenodo.2577861},
version = {0.1.15},
version = {0.1.16},
publisher = {Zenodo},
url = {https://doi.org/10.5281/zenodo.2577861},
}
Expand Down
2 changes: 1 addition & 1 deletion kekas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

from . import modules

__version__ = "0.1.15"
__version__ = "0.1.16"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="kekas",
version="0.1.15",
version="0.1.16",
author="Aleksandr Belskikh",
author_email="belskikh.aleksandr@gmail.com",
description="Just another DL library.",
Expand Down

0 comments on commit 3ca80cd

Please sign in to comment.