Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
Bump version: 0.0.2 → 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jul 19, 2019
1 parent b281330 commit 39347eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.2
current_version = 0.0.3
commit = False
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions doc/source/history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 39347eb

Please sign in to comment.