File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
77from . import util
88from .delatin import Delatin
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.2.7
2+ current_version = 0.3.0
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change 1818
1919setup (
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" ,
You can’t perform that action at this time.
0 commit comments