Skip to content

Commit fdf8664

Browse files
committed
Bump version: 0.2.0 → 0.2.1
1 parent f4f1b28 commit fdf8664

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.2.1
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
year = '2018'
2727
author = 'Richard Kuesters'
2828
copyright = '{0}, {1}'.format(year, author)
29-
version = release = '0.2.0'
29+
version = release = '0.2.1'
3030

3131
pygments_style = 'default'
3232
templates_path = ['.']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def read(*names, **kwargs):
9191

9292
setup(
9393
name="xrtr",
94-
version="0.2.0",
94+
version="0.2.1",
9595
description="A Radix Tree based router for HTTP and other routing needs "
9696
"with support for middlewares and endpoints with a Cython "
9797
"boost",

0 commit comments

Comments
 (0)