From 98e14754857a0ad05796f7c9b1eced7ceac6e6a8 Mon Sep 17 00:00:00 2001 From: Caleb Johnson Date: Wed, 7 Apr 2021 15:03:42 -0500 Subject: [PATCH] Version bump --- dice/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dice/__init__.py b/dice/__init__.py index 0ccb739..bd6ab19 100644 --- a/dice/__init__.py +++ b/dice/__init__.py @@ -24,7 +24,7 @@ "DiceExtreme", ] __author__ = "Sam Clements , " "Caleb Johnson " -__version__ = "3.1.1" +__version__ = "3.1.2" def roll(string, **kwargs): diff --git a/setup.py b/setup.py index 3f42471..e56c6fd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="dice", - version="3.1.1", + version="3.1.2", author="Sam Clements", author_email="sam@borntyping.co.uk", url="https://github.com/borntyping/python-dice",