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 af60682 commit 839e16fCopy full SHA for 839e16f
docs/conf.py
@@ -25,7 +25,7 @@
25
author = 'Tavian Barnes'
26
27
# The full version, including alpha/beta/rc tags
28
-release = '0.1'
+release = '0.2'
29
30
31
# -- General configuration ---------------------------------------------------
python/setup.py
@@ -14,7 +14,7 @@ def readme():
14
15
setup(
16
name='bistring',
17
- version='0.1',
+ version='0.2',
18
description='Bidirectionally transformed strings',
19
long_description=readme(),
20
long_description_content_type='text/x-rst',
0 commit comments