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 35328f7 commit e8b753bCopy full SHA for e8b753b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 📦 0.4.1
4
+
5
+* Fix build build-backend declaration
6
7
## 📦 0.4.0
8
9
* Tested on python 3.13, 3.14
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "datapackage-to-datasette"
-version = "0.4.0"
+version = "0.4.1"
description = "Import Frictionless Data Datapackages into SQLite and generate Datasette metadata"
authors = [{name = "chris48s"}]
license = "MIT"
0 commit comments