Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Commit 95d8968

Browse files
committed
Bump version: 0.1.2 → 0.1.3
1 parent 1018251 commit 95d8968

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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.1.2
2+
current_version = 0.1.3
33
commit = True
44
tag = True
55

setup.py

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

2525
setup(
2626
name='livingdocs',
27-
version='0.1.2',
27+
version='0.1.3',
2828
license='BSD',
2929
description='Create living documentation from BDD specs',
3030
long_description='%s\n%s' % (

src/livingdocs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2"
1+
__version__ = "0.1.3"

0 commit comments

Comments
 (0)