Skip to content

Commit

Permalink
changing propylean version
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekvraman committed Oct 5, 2022
1 parent 9d5ff9f commit 4d6e718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 4d6e718

Please sign in to comment.