File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The Forming Worlds Mors package is available on PyPI. Run the following command
2020```
2121pip install fwl-mors
2222```
23- ### 1.2. Developper install
23+ ### 1.2. Developer install
2424
2525You can alternatively download the source code from GitHub somewhere on your computer using
2626
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " fwl-mors"
7- version = " 25.07.15 "
7+ version = " 26.01.02 "
88description = " Stellar rotation and activity evolution model"
99readme = " README.md"
1010authors = [
@@ -73,7 +73,7 @@ testpaths = ["tests"]
7373
7474[tool .bumpversion ]
7575# https://callowayproject.github.io/bump-my-version/howtos/calver/
76- current_version = " 25.07.15 "
76+ current_version = " 26.01.02 "
7777parse = """ (?x) # Verbose mode
7878 (?P<release> # The release part
7979 (?:[1-9][0-9])\\ . # YY.
Original file line number Diff line number Diff line change 11
2- __version__ = "25.07.15 "
2+ __version__ = "26.01.02 "
33
44# The basic Star class that people should be using
55from .star import Star , Percentile
You can’t perform that action at this time.
0 commit comments