We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2eabc commit b529214Copy full SHA for b529214
docs/conf.py
@@ -25,7 +25,7 @@
25
author = "Tavian Barnes"
26
27
# The full version, including alpha/beta/rc tags
28
-release = "0.0"
+release = "0.1"
29
30
31
# -- General configuration ---------------------------------------------------
python/setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='bistring',
11
- version='0.0',
+ version='0.1',
12
author='Microsoft Research Montreal',
13
author_email='[email protected]',
14
description='Bidirectionally transformed strings',
0 commit comments