We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ca97c commit 98e1475Copy full SHA for 98e1475
dice/__init__.py
@@ -24,7 +24,7 @@
24
"DiceExtreme",
25
]
26
__author__ = "Sam Clements <sam@borntyping.co.uk>, " "Caleb Johnson <me@calebj.io>"
27
-__version__ = "3.1.1"
+__version__ = "3.1.2"
28
29
30
def roll(string, **kwargs):
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name="dice",
8
- version="3.1.1",
+ version="3.1.2",
9
author="Sam Clements",
10
author_email="sam@borntyping.co.uk",
11
url="https://github.com/borntyping/python-dice",
0 commit comments