From 444c4f2fa322c2eb9f1852d56a5885e530beda50 Mon Sep 17 00:00:00 2001 From: Muhammad Samy Date: Sun, 13 Oct 2024 23:20:16 +0300 Subject: [PATCH] update Readme --- README.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" )