Skip to content

Commit d2bc899

Browse files
committed
Release version 0.0.2
1 parent aa9001f commit d2bc899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ From Github::
2020

2121
From PyPI::
2222

23-
pip install conf_d==0.0.1
23+
pip install conf_d==0.0.2
2424

2525
Usage
2626
=====

conf_d/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import ConfigParser
33
import os
44

5-
__version__ = '0.0.1'
5+
__version__ = '0.0.2'
66

77

88
class Configuration():

0 commit comments

Comments
 (0)