Skip to content

Commit

Permalink
Bump version to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pipliggins committed Nov 29, 2024
1 parent c100d6d commit e7f6c8d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
requires = ['setuptools>=40.8.0']
build-backend = 'setuptools.build_meta'

[tool.setuptools.packages.find]
where = ["src"]
include = ["adtl*", "adtl.autoparser*"]

[tool.setuptools]

[tool.setuptools.packages.find]
where = ["src"]
include = ["adtl*", "adtl.autoparser*"]

[tool.setuptools.package-data]
"adtl.autoparser" = ["config/*.toml"]

[project]
name = "adtl"
version = "0.6.1"
version = "0.7.0"
description = "Another data transformation language"
authors = [
{name = "Abhishek Dasgupta" },
Expand Down
22 changes: 21 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e7f6c8d

Please sign in to comment.