From cff6d9cc50c006c97bf3a3b99f2e67bf6304f4e8 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Fri, 15 Jul 2022 09:30:10 -0700 Subject: [PATCH] Roll to 0.1.1 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ad2afb5..50362dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sigl", - "version": "0.1.0", + "version": "0.1.1", "description": "Simple Grocery List", "dependencies": { "tailwindcss": "^3.1.6" diff --git a/pyproject.toml b/pyproject.toml index b2f11c0..f10bcd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sigl" -version = "0.1.0" +version = "0.1.1" description = "Simple Grocery List" authors = ["Jonathan Krauss "] license = "BSD-3-Clause"