From 78d664fe47cda5d49a1093d676b8afe7fc8d513e Mon Sep 17 00:00:00 2001 From: Matt Griswold Date: Sun, 28 Apr 2024 20:53:51 -0500 Subject: [PATCH] Version 1.0.0 --- Ctl/VERSION | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ctl/VERSION b/Ctl/VERSION index 60a2d3e..afaf360 100644 --- a/Ctl/VERSION +++ b/Ctl/VERSION @@ -1 +1 @@ -0.4.0 \ No newline at end of file +1.0.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index a7622a1..2d9fe45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pytest-filedata" -version = "0.4.0" +version = "1.0.0" description = "easily load test data from files" readme = 'README.md' repository = "https://github.com/20c/pytest-filedata"