From 716c48879a986974eb4ffabf48b24b1bf3d6fa96 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 21 Aug 2019 11:55:35 -0400 Subject: [PATCH] Release version 0.3.0 --- docs/conf.py | 2 +- js/package.json | 2 +- python/setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 1de7f9d..030ad07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Tavian Barnes' # The full version, including alpha/beta/rc tags -release = '0.2' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/js/package.json b/js/package.json index 4c5eb38..52a37f2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "bistring", - "version": "0.2.0", + "version": "0.3.0", "description": "Bidirectionally transformed strings", "repository": { "type": "git", diff --git a/python/setup.py b/python/setup.py index 163448c..0ea65ad 100644 --- a/python/setup.py +++ b/python/setup.py @@ -14,7 +14,7 @@ def readme(): setup( name='bistring', - version='0.2', + version='0.3.0', description='Bidirectionally transformed strings', long_description=readme(), long_description_content_type='text/x-rst',