msasim 25.9.4__tar.gz → 25.9.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {msasim-25.9.4/msasim.egg-info → msasim-25.9.5}/PKG-INFO +1 -1
- {msasim-25.9.4 → msasim-25.9.5/msasim.egg-info}/PKG-INFO +1 -1
- {msasim-25.9.4 → msasim-25.9.5}/setup.py +1 -4
- {msasim-25.9.4 → msasim-25.9.5}/LICENSE +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/README.md +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/_Sailfish/__init__.pyi +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/_Sailfish/py.typed +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim/__init__.py +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim/sailfish.py +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim.egg-info/SOURCES.txt +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim.egg-info/dependency_links.txt +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim.egg-info/not-zip-safe +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim.egg-info/requires.txt +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/msasim.egg-info/top_level.txt +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/pyproject.toml +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/setup.cfg +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/src/main.cpp +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/src/modelFactory.cpp +0 -0
- {msasim-25.9.4 → msasim-25.9.5}/src/rateMatrixSim.cpp +0 -0
|
@@ -4,12 +4,9 @@ from pathlib import Path
|
|
|
4
4
|
from pybind11.setup_helpers import Pybind11Extension, build_ext
|
|
5
5
|
from setuptools import setup, find_packages
|
|
6
6
|
|
|
7
|
-
from datetime import datetime
|
|
8
7
|
|
|
9
|
-
now = datetime.now()
|
|
10
8
|
|
|
11
|
-
|
|
12
|
-
__version__ = f"{now.year % 100}.{now.month+1}.4"
|
|
9
|
+
__version__ = "25.9.5"
|
|
13
10
|
|
|
14
11
|
# The main interface is through Pybind11Extension.
|
|
15
12
|
# * You can add cxx_std=11/14/17, and then build_ext can be removed.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|