Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
TomGeorge1234 committed Mar 12, 2024
1 parent 618054f commit 383a821
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ratinabox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
GREY = [0.5,0.5,0.5,1]
LIGHTGREY = [0.9,0.9,0.9,1]

from .Environment import *
from .Environment import * # these will allow you to do `from ratinabox import Environment` as a shortcut for `from ratinabox.Environment import Environment`
from .Agent import *
from .Neurons import *

from . import contribs

import numpy as np


def stylize_plots():
"""Stylises plots to look like they do on the repo/paper by setting a bunch of matplotlib rcParams.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ratinabox
version = 1.12.1
version = 1.12.2
author = Tom George
author_email = tomgeorge1@btinternet.com
project_urls =
Expand Down

0 comments on commit 383a821

Please sign in to comment.