Skip to content

Commit 625de0b

Browse files
authored
Fix: license should be MIT (#11)
1 parent 4626bf9 commit 625de0b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

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

33
## Unreleased
44

5+
## 0.1.8
6+
* Fix: License should be MIT throughout
7+
58
## 0.1.7
69
* Fix: python version should be >3.9
710

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66
name = "pyospackage"
77
description = "A package that adds numbers together"
88
readme = "README.md"
9-
version = "0.1.7"
9+
version = "0.1.8"
1010
requires-python = ">=3.9"
1111
license = "MIT"
1212
keywords = []

0 commit comments

Comments
 (0)