We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9001f commit d2bc899Copy full SHA for d2bc899
README.rst
@@ -20,7 +20,7 @@ From Github::
20
21
From PyPI::
22
23
- pip install conf_d==0.0.1
+ pip install conf_d==0.0.2
24
25
Usage
26
=====
conf_d/__init__.py
@@ -2,7 +2,7 @@
2
import ConfigParser
3
import os
4
5
-__version__ = '0.0.1'
+__version__ = '0.0.2'
6
7
8
class Configuration():
0 commit comments