File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66
77__author__ = """John Preston"""
88__email__ = "john@compose-x.io"
9- __version__ = "0.1.1 "
9+ __version__ = "0.2.0 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ecs_files_composer"
3- version = " 0.1.1 "
3+ version = " 0.2.0 "
44description = " Files and configuration handler to inject configuration files into volumes for ECS containers"
55authors = [" John Preston <john@compose-x.io>" ]
66license = " MPL-2.0"
@@ -40,7 +40,7 @@ known_first_party = "kelvin"
4040github_url = " https://github.com/compose-x/ecs-files-composer"
4141
4242[tool .tbump .version ]
43- current = " 0.1.1 "
43+ current = " 0.2.0 "
4444
4545# Example of a semver regexp.
4646# Make sure this matches current_version before
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.1.1
2+ current_version = 0.2.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 7676 test_suite = "tests" ,
7777 tests_require = test_requirements ,
7878 url = "https://github.com/compose-x/ecs-files-composer" ,
79- version = "0.1.1 " ,
79+ version = "0.2.0 " ,
8080 zip_safe = False ,
8181 license = "MPL-2.0" ,
8282)
You can’t perform that action at this time.
0 commit comments