Skip to content

Commit

Permalink
[VI] Update version before release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BonneelP committed Apr 27, 2023
1 parent ce7b955 commit e04992f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ To achieve all of that, Pyleecan is **open source** with a very permissive licen

## Getting Started
The procedure to install and use Pyleecan is detailed on [pyleecan website](https://www.pyleecan.org/get.pyleecan.html)
Warning: Pyleecan is not yet compatible with Python 3.11 due to PySide2. We plan to update pyleecan to 3.11 when we will have the time to do so.

## Origin and Current Status of the Project
[EOMYS ENGINEERING](https://eomys.com/?lang=en) initiated this open-source project in 2018 for the study of electric motors. The project is now backed by [Green Forge Coop](https://www.linkedin.com/company/greenforgecoop/) non profit organization, who also supports the development of [Mosqito](https://github.com/Eomys/MoSQITo) for sound quality and [SciDataTool](https://github.com/Eomys/SciDataTool) for efficient scientific data exploitation.
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
# Release 1.1.0 : 1.1.0
# First post release of the release 1.1.0 : 1.1.0.post1

PYLEECAN_VERSION = "1.4.2"
PYLEECAN_VERSION = "1.5.0"


with open("README.md", "r") as fh:
long_description = fh.read()

python_requires = ">= 3.6"
python_requires = ">= 3.6, <3.11"

# Pyleecan main dependancies
install_requires = [
Expand Down

0 comments on commit e04992f

Please sign in to comment.