Skip to content

Commit

Permalink
Increment version ahead of release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanKossaifi authored Jun 9, 2024
1 parent d69edcd commit 6f57d64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configmypy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__version__ = '0.1.0'
__version__ = '0.2.0'

from .bunch import Bunch

from .argparse_config import ArgparseConfig
from .yaml_config import YamlConfig
from .pipeline_config import ConfigPipeline
from .pipeline_config import ConfigPipeline

0 comments on commit 6f57d64

Please sign in to comment.