Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
calebj committed Apr 7, 2021
1 parent d4ca97c commit 98e1475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dice/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"DiceExtreme",
]
__author__ = "Sam Clements <sam@borntyping.co.uk>, " "Caleb Johnson <me@calebj.io>"
__version__ = "3.1.1"
__version__ = "3.1.2"


def roll(string, **kwargs):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 98e1475

Please sign in to comment.