Skip to content

Commit 4798608

Browse files
committed
update version
1 parent ca6f71d commit 4798608

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

amago/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.1.1"
1+
__version__ = "3.1.2"
22

33
from .experiment import Experiment
44
from .agent import Agent

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="amago",
5-
version="3.1.1",
5+
version="3.1.2",
66
author="Jake Grigsby",
77
author_email="grigsby@cs.utexas.edu",
88
license="MIT",

0 commit comments

Comments
 (0)