We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541a674 commit d04b573Copy full SHA for d04b573
changelog.md
@@ -2,4 +2,9 @@
2
3
## Unreleased
4
5
+## 0.1.7
6
+* Fix: python version should be >3.9
7
+
8
+## 0.1.6
9
10
* Fix: Add readme and pyproject.toml file
pyproject.toml
@@ -6,8 +6,8 @@ build-backend = "hatchling.build"
name = "pyospackage"
description = "A package that adds numbers together"
readme = "README.md"
-version = "0.1.0"
-requires-python = ">=3.10"
+version = "0.1.7"
+requires-python = ">=3.9"
11
license = "MIT"
12
keywords = []
13
authors = [
0 commit comments