Skip to content

Commit b529214

Browse files
author
Tavian Barnes
committed
Release version 0.1
1 parent ef2eabc commit b529214

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
author = "Tavian Barnes"
2626

2727
# The full version, including alpha/beta/rc tags
28-
release = "0.0"
28+
release = "0.1"
2929

3030

3131
# -- General configuration ---------------------------------------------------

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='bistring',
11-
version='0.0',
11+
version='0.1',
1212
author='Microsoft Research Montreal',
1313
author_email='[email protected]',
1414
description='Bidirectionally transformed strings',

0 commit comments

Comments
 (0)