diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 09067d1..92d41eb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.0 +current_version = 1.1.1rc1 commit = False tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)((\-rc)(?P\d+))? diff --git a/.coveragerc b/.coveragerc index c0d72db..eef15c4 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,3 @@ [run] include = pydantic_forms -omit = tests/ \ No newline at end of file +omit = tests/ diff --git a/.github/workflows/run-unit-tests.yml b/.github/workflows/run-unit-tests.yml index 9d02eb8..d7540a6 100644 --- a/.github/workflows/run-unit-tests.yml +++ b/.github/workflows/run-unit-tests.yml @@ -44,4 +44,4 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - files: ./coverage.xml \ No newline at end of file + files: ./coverage.xml diff --git a/codecov.yml b/codecov.yml index b3ed978..e6b99e6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,2 @@ ignore: - - "tests" \ No newline at end of file + - "tests" diff --git a/pydantic_forms/__init__.py b/pydantic_forms/__init__.py index ca708c2..ed3dbae 100644 --- a/pydantic_forms/__init__.py +++ b/pydantic_forms/__init__.py @@ -13,4 +13,4 @@ """Pydantic-forms engine.""" -__version__ = "1.1.0" +__version__ = "1.1.1rc1"