diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8d60ebc..c7d4fae 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.2 +current_version = 0.0.3 commit = False tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/doc/source/conf.py b/doc/source/conf.py index 8caa25b..46d939e 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.0.2' +release = '0.0.3' # -- General configuration --------------------------------------------------- diff --git a/doc/source/history.rst b/doc/source/history.rst index 7785435..e5b5a56 100644 --- a/doc/source/history.rst +++ b/doc/source/history.rst @@ -3,8 +3,8 @@ Version history --------------- -0.0.3 (current development version) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +0.0.3 (19 Jul 2019) +~~~~~~~~~~~~~~~~~~~ * ADDED: ``LweSampleArray.copy()`` for cloning a ciphertext. diff --git a/setup.py b/setup.py index 3a88748..6cd34d6 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ setup( name='nufhe', - version='0.0.2', + version='0.0.3', description='A GPU implementation of fully homomorphic encryption on torus', url='http://github.com/nucypher/nufhe', author='Bogdan Opanchuk',