diff --git a/README.md b/README.md index bac9c43..47ba206 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ + +[![UpdateFromGit PyPI and TestPyPI](https://github.com/muhssamy/updatefromgit/actions/workflows/github-release.yml/badge.svg)](https://github.com/muhssamy/updatefromgit/actions/workflows/github-release.yml) + # Update From Git This package is built on top of this [repository](https://github.com/PowerBiDevCamp/FabConWorkshopSweden).I have enhanced it to be more suitable for Azure Pipelines. diff --git a/setup.py b/setup.py index ffe106d..a93731e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ this_directory = Path(__file__).parent long_description = (this_directory / "README.md").read_text() -VERSION = "0.0.5" +VERSION = "1.0.0" DESCRIPTION = ( "Update Fabric Workspace From Git Repo using A user with Email And Password" )