Skip to content

Commit 839e16f

Browse files
author
Tavian Barnes
committed
Release version 0.2
1 parent af60682 commit 839e16f

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.1'
28+
release = '0.2'
2929

3030

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

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def readme():
1414

1515
setup(
1616
name='bistring',
17-
version='0.1',
17+
version='0.2',
1818
description='Bidirectionally transformed strings',
1919
long_description=readme(),
2020
long_description_content_type='text/x-rst',

0 commit comments

Comments
 (0)