diff --git a/setup.cfg b/setup.cfg index fc90c0da80122fb0ecb3c80715fced92d77027a1..8e634d20b8388e2f5494a0d86ef8b119f5363712 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.1.0 commit = True tag = True diff --git a/yamltool/__init__.py b/yamltool/__init__.py index 892e8e958b0609b6e322eab042f94c89742f2e6a..af621fc7c9aa06a9d6bd6986c0e4fcaf44122aa7 100644 --- a/yamltool/__init__.py +++ b/yamltool/__init__.py @@ -6,4 +6,4 @@ documents (like comments and anchors). """ -__version__ = "0.0.1" +__version__ = "0.1.0"