msasim 25.3.2__tar.gz → 25.5.3__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.
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: msasim
3
- Version: 25.3.2
3
+ Version: 25.5.3
4
4
  Summary: A fast MSA simulator
5
5
  Home-page: https://github.com/elyawy/Sailfish-backend
6
6
  Author: Elya Wygoda
@@ -15,6 +15,7 @@ Dynamic: author-email
15
15
  Dynamic: description
16
16
  Dynamic: description-content-type
17
17
  Dynamic: home-page
18
+ Dynamic: license-file
18
19
  Dynamic: provides-extra
19
20
  Dynamic: requires-python
20
21
  Dynamic: summary
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: msasim
3
- Version: 25.3.2
3
+ Version: 25.5.3
4
4
  Summary: A fast MSA simulator
5
5
  Home-page: https://github.com/elyawy/Sailfish-backend
6
6
  Author: Elya Wygoda
@@ -15,6 +15,7 @@ Dynamic: author-email
15
15
  Dynamic: description
16
16
  Dynamic: description-content-type
17
17
  Dynamic: home-page
18
+ Dynamic: license-file
18
19
  Dynamic: provides-extra
19
20
  Dynamic: requires-python
20
21
  Dynamic: summary
@@ -9,7 +9,7 @@ from datetime import datetime
9
9
  now = datetime.now()
10
10
 
11
11
 
12
- __version__ = f"{now.year % 100}.{now.month+1}.2"
12
+ __version__ = f"{now.year % 100}.{now.month+1}.3"
13
13
 
14
14
  # The main interface is through Pybind11Extension.
15
15
  # * 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