Skip to content

Commit a46e4b4

Browse files
authored
Merge pull request #37 from FormingWorlds/version_update
Version string updated from 25.07.15 to 26.01.02.
2 parents 3e1a7f1 + 4afd679 commit a46e4b4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Forming Worlds Mors package is available on PyPI. Run the following command
2020
```
2121
pip install fwl-mors
2222
```
23-
### 1.2. Developper install
23+
### 1.2. Developer install
2424

2525
You can alternatively download the source code from GitHub somewhere on your computer using
2626

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "fwl-mors"
7-
version = "25.07.15"
7+
version = "26.01.02"
88
description = "Stellar rotation and activity evolution model"
99
readme = "README.md"
1010
authors = [
@@ -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"
7777
parse = """(?x) # Verbose mode
7878
(?P<release> # The release part
7979
(?:[1-9][0-9])\\. # YY.

src/mors/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
__version__ = "25.07.15"
2+
__version__ = "26.01.02"
33

44
# The basic Star class that people should be using
55
from .star import Star , Percentile

0 commit comments

Comments
 (0)