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 4626bf9 commit 625de0bCopy full SHA for 625de0b
changelog.md
@@ -2,6 +2,9 @@
2
3
## Unreleased
4
5
+## 0.1.8
6
+* Fix: License should be MIT throughout
7
+
8
## 0.1.7
9
* Fix: python version should be >3.9
10
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "pyospackage"
description = "A package that adds numbers together"
readme = "README.md"
-version = "0.1.7"
+version = "0.1.8"
requires-python = ">=3.9"
11
license = "MIT"
12
keywords = []
0 commit comments