Skip to content

Commit 99debd3

Browse files
authored
Merge pull request #179 from datopian/tickets/DM-42598
Correct typo in pyproject.toml
2 parents 9a03426 + b95997f commit 99debd3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11

2+
<a id='changelog-0.6.2'></a>
3+
## 0.6.2 (2024-12-16)
4+
5+
### Bug fixes
6+
7+
- Correct typo in pyproject.toml
8+
29
<a id='changelog-v6.0.1'></a>
310
## v6.0.1 (2024-12-16)
411

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = [
1212
# https://pypi.org/classifiers/
1313
classifiers = [
1414
"Development Status :: 5 - Production/Stable",
15-
"License :: OSI Approved:: MIT License",
15+
"License :: OSI Approved :: MIT License",
1616
"Programming Language :: Python",
1717
"Programming Language :: Python :: 3",
1818
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)