From 4b10f0103664837de100b4958002654cd8e7cdb5 Mon Sep 17 00:00:00 2001 From: evilchili Date: Sat, 6 Aug 2022 16:01:52 -0700 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec08722..69d29e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = 'dnd-rolltable' -version = '1.0' +version = '1.1' license = 'The Unlicense' authors = ['Greg Boyington '] description = 'Generate roll tables using weighted random distributions'