Skip to content

Commit 7184797

Browse files
authored
Prepare 0.3 (#46)
1 parent a123e53 commit 7184797

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [0.3.0] - 2025-06-25
4+
5+
- Numpy v2 support.
6+
- Updated wheels
7+
- Min Python version 3.9
8+
39
## [0.2.8] - 2024-08-22
410

511
- Updated wheel builds

pydelatin/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Top-level package for pydelatin."""
22

33
__author__ = """Kyle Barron"""
4-
__email__ = 'kylebarron2@gmail.com'
5-
__version__ = '0.2.7'
4+
__email__ = "kylebarron2@gmail.com"
5+
__version__ = "0.3.0"
66

77
from . import util
88
from .delatin import Delatin

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.7
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
setup(
2020
name="pydelatin",
21-
version="0.2.8",
21+
version="0.3.0",
2222
python_requires=">=3.9",
2323
author="Kyle Barron",
2424
author_email="kylebarron2@gmail.com",

0 commit comments

Comments
 (0)