Skip to content

Commit

Permalink
Bump version, update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Aug 15, 2023
1 parent 4c2f22c commit 2b3ea41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ packages = ["adtl"]

[project]
name = "adtl"
version = "0.4.0"
version = "0.5.0"
description = "Another data transformation language"
authors = [{name = "Abhishek Dasgupta", email = "abhishek.dasgupta@dtc.ox.ac.uk"}]
authors = [
{name = "Abhishek Dasgupta", email = "abhishek.dasgupta@dtc.ox.ac.uk"},
{name = "Pip Liggins", email = "philippa.liggins@dtc.ox.ac.uk"}
]
license = {file = "LICENSE"}
requires-python = ">=3.8"
readme = "README.md"
Expand Down

0 comments on commit 2b3ea41

Please sign in to comment.