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

Commit c7d3ffa

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent 7b6099e commit c7d3ffa

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.1
2+
current_version = 0.1.2
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.1',
27+
version='0.1.2',
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.1"
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)