Skip to content

Commit 6f57d64

Browse files
authored
Increment version ahead of release
1 parent d69edcd commit 6f57d64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/configmypy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.2.0'
22

33
from .bunch import Bunch
44

55
from .argparse_config import ArgparseConfig
66
from .yaml_config import YamlConfig
7-
from .pipeline_config import ConfigPipeline
7+
from .pipeline_config import ConfigPipeline

0 commit comments

Comments
 (0)