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 06949c4 commit c6834feCopy full SHA for c6834fe
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.9
+current_version = 0.1.10
3
commit = True
4
tag = True
5
tag_name = {new_version}
README.md
@@ -1,7 +1,7 @@
# hierarchical-yaml
A hierarchical config using yaml in Python
-Latest version is: 0.1.9
+Latest version is: 0.1.10
6
7
## Installation
hierarchical_yaml/__version__.py
@@ -8,4 +8,4 @@
8
# OF ANY KIND, either express or implied. See the License for the specific language
9
# governing permissions and limitations under the License.
10
11
-__version__ = '0.1.9'
+__version__ = '0.1.10'
0 commit comments