From 9d5ff9f931ff71031fbbd576ebc235771c41e7fc Mon Sep 17 00:00:00 2001 From: Abhishek V Raman Date: Wed, 5 Oct 2022 16:04:26 +0530 Subject: [PATCH 1/2] Changed badge --- .github/workflows/build-windows.yml | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 1d94cb6..fafb337 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -35,7 +35,7 @@ jobs: git clone https://github.com/abhishekvraman/Propylean.git cd Propylean python -m build - python -m pip install dist/propylean*.whl + python -m pip install dist/propylean-0.1.1-py3-none-any.whl - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/README.md b/README.md index 1daf33f..8058d7e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[![Windows](https://img.shields.io/badge/Windows-0078D6?style=for-the-badge&logo=windows&logoColor=white)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-windows.yml) -[![macOS](https://img.shields.io/badge/mac%20os-000000?style=for-the-badge&logo=macos&logoColor=F0F0F0)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-macos.yml) -[![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-ubuntu.yml) +[![Windows](https://github.com/abhishekvraman/Propylean/actions/workflows/build-windows.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-windows.yml) +[![macOS](https://github.com/abhishekvraman/Propylean/actions/workflows/build-macos.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-macos.yml) +[![Ubuntu](https://github.com/abhishekvraman/Propylean/actions/workflows/build-ubuntu.yml/badge.svg?branch=main)](https://github.com/abhishekvraman/Propylean/actions/workflows/build-ubuntu.yml) [![License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/abhishekvraman/Propylean/blob/main/LICENSE) [![PythonVersions](https://img.shields.io/pypi/pyversions/propylean.svg?style=flat)](https://pypi.python.org/pypi/propylean) # Propylean From 4d6e7181affdf21c504486999fb144659d8aad88 Mon Sep 17 00:00:00 2001 From: Abhishek V Raman Date: Wed, 5 Oct 2022 16:09:30 +0530 Subject: [PATCH 2/2] changing propylean version --- .github/workflows/build-windows.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index fafb337..7df5f72 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -35,7 +35,7 @@ jobs: git clone https://github.com/abhishekvraman/Propylean.git cd Propylean python -m build - python -m pip install dist/propylean-0.1.1-py3-none-any.whl + python -m pip install dist/propylean-0.1.2-py3-none-any.whl - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names diff --git a/setup.cfg b/setup.cfg index c3d3495..9f80d63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = propylean -version = 0.1.1 +version = 0.1.2 author = Abhishek V Raman author_email = description = The open-source calculations and analytics package for chemical process industries.