diff --git a/test/test_content_files/VERSION b/test/test_content_files/VERSION index 8c81cc9..c11ef59 100644 --- a/test/test_content_files/VERSION +++ b/test/test_content_files/VERSION @@ -1 +1 @@ -3.0.0+metadata.here \ No newline at end of file +2.5.1+metadata.here \ No newline at end of file diff --git a/test/test_content_files/test_valid_chart.yaml b/test/test_content_files/test_valid_chart.yaml index 3f93f68..88d36d5 100644 --- a/test/test_content_files/test_valid_chart.yaml +++ b/test/test_content_files/test_valid_chart.yaml @@ -1,8 +1,8 @@ # valid helm chart file # comments should stay here after YAML file handling apiVersion: v1 -appVersion: 1.0.0 -version: 1.0.0 # version key should stay here and not be sorted +appVersion: 2.0.3 +version: 0.1.0 # version key should stay here and not be sorted description: A Helm chart for Kubernetes name: test plainText: |- diff --git a/test/test_content_files/test_valid_setup.py b/test/test_content_files/test_valid_setup.py index 9c3e6f1..037d6d0 100644 --- a/test/test_content_files/test_valid_setup.py +++ b/test/test_content_files/test_valid_setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="pybump", - version="1.0.1-aa2cfd71788ab67bc9b59e62dee2070765948e29", + version="0.1.3", author="Arie Lev", author_email="levinsonarie@gmail.com", description="Python version bumper",