diff --git a/README.md b/README.md index d7804c3..4d4f74a 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ The package requires Wagtail 2.5 or above. 1. `poetry build` +## Push a new version release to PyPI + +Travis-CI will build the library and deploy it to PyPI on every commit to `master` that is tagged with a version. + ## Run tests 1. `poetry install` diff --git a/pyproject.toml b/pyproject.toml index 0920793..fc4c73c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "wagtail-draftail-snippet" -version = "0.4.0" +version = "0.4.1" description = "Associate RichTextBlock text content to a snippet model." authors = ["Parbhat Puri ", "Adam Hill ", "Brady Moe "] repository = "https://github.com/themotleyfool/wagtail-draftail-snippet" diff --git a/setup.py b/setup.py index 59e69c7..584890e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ setup( long_description=readme, long_description_content_type="text/markdown", name="wagtail-draftail-snippet", - version="0.4.0", + version="0.4.1", description="Associate RichTextBlock text content to a snippet model.", python_requires="==3.*,>=3.6.0", project_urls={