Skip to content

Commit

Permalink
release:0.5.0 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Jan 3, 2025
1 parent 0669860 commit 3727947
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@

## [Unreleased]


## [0.5.0] - 2025-01-03

### Changed
- Use uv to manage the package rather than poetry (#106)
- Drop the support for Python 3.8 (#110)


## [0.4.0] - 2024-06-11

### Added
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "mppt"
version = "0.4.0"
version = "0.5.0"
description = "A Modern Python Package Template"
authors = [
{name = "Xiangzhuang Shen", email = "datahonor@gmail.com"},
Expand All @@ -20,12 +20,11 @@ classifiers=[
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
# "Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.13",
]
requires-python = ">= 3.9"
dependencies = []
Expand Down

0 comments on commit 3727947

Please sign in to comment.