Skip to content

Commit

Permalink
Bump version: 1.3.4 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukihiko-shinoda committed Aug 11, 2020
1 parent 4f90096 commit f73fb52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.4
current_version = 1.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def main():

setup(
name="yamldataclassconfig",
version="1.3.4",
version="1.4.0",
description="This project helps you to import config file writen by YAML to Python data class.",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down
2 changes: 1 addition & 1 deletion yamldataclassconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from pathlib import Path
from typing import Union

__version__ = "1.3.4"
__version__ = "1.4.0"
metadata_dataclasses_json = {"dataclasses_json": {"mm_field": Path}}


Expand Down

0 comments on commit f73fb52

Please sign in to comment.