Skip to content

Commit d04b573

Browse files
authored
Fix: sync python version supported (#10)
* Fix: sync version supported * Fix: changelog
1 parent 541a674 commit d04b573

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
## Unreleased
44

5+
## 0.1.7
6+
* Fix: python version should be >3.9
7+
8+
## 0.1.6
9+
510
* Fix: Add readme and pyproject.toml file

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ build-backend = "hatchling.build"
66
name = "pyospackage"
77
description = "A package that adds numbers together"
88
readme = "README.md"
9-
version = "0.1.0"
10-
requires-python = ">=3.10"
9+
version = "0.1.7"
10+
requires-python = ">=3.9"
1111
license = "MIT"
1212
keywords = []
1313
authors = [

0 commit comments

Comments
 (0)