Skip to content

Commit 9da2761

Browse files
committed
setting version for release
1 parent b24ebd2 commit 9da2761

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pyoram/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__title__ = 'PyORAM'
1111
__summary__ = 'Python-based Oblivious RAM'
1212
__uri__ = 'https://github.com/ghackebeil/PyORAM'
13-
__version__ = '0.3.0'
13+
__version__ = '0.2.1'
1414
__author__ = 'Gabriel A. Hackebeil'
1515
__email__ = '[email protected]'
1616
__license__ = 'MIT'

0 commit comments

Comments
 (0)