Skip to content

Commit

Permalink
Update license year.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekvraman committed May 24, 2024
1 parent be6657b commit ccc6d55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.5-py3-none-any.whl
python -m pip install dist/propylean-0.2.6-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 LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2023, 2022, 2021 Abhishek Venkitta Raman
Copyright (c)2024, 2023, 2022, 2021 Abhishek Venkitta Raman

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
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.2.5
version = 0.2.6
author = Abhishek V Raman
author_email =
description = The open-source calculations and analytics package for chemical process industries.
Expand Down

0 comments on commit ccc6d55

Please sign in to comment.