Skip to content

Commit 98e1475

Browse files
committed
Version bump
1 parent d4ca97c commit 98e1475

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dice/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"DiceExtreme",
2525
]
2626
__author__ = "Sam Clements <sam@borntyping.co.uk>, " "Caleb Johnson <me@calebj.io>"
27-
__version__ = "3.1.1"
27+
__version__ = "3.1.2"
2828

2929

3030
def roll(string, **kwargs):

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="dice",
8-
version="3.1.1",
8+
version="3.1.2",
99
author="Sam Clements",
1010
author_email="sam@borntyping.co.uk",
1111
url="https://github.com/borntyping/python-dice",

0 commit comments

Comments
 (0)