From 4b57bf7f089657e4531d7e97b225ff38ce26f52d Mon Sep 17 00:00:00 2001 From: Steven Braun Date: Mon, 11 Nov 2024 14:14:44 +0100 Subject: [PATCH] docs: update LICENSE year and add badges to README --- LICENSE.md | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 241b9b1..0dc8c44 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2023 Steven Braun +Copyright (c) 2024 Steven Braun Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index c13b7c4..a6a1591 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ +[![Python version](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/) +[![License](https://img.shields.io/github/license/braun-steven/simple-einet.svg)](https://github.com/braun-steven/simple-einet/blob/main/LICENSE.md) +[![Code style: black & isort](https://img.shields.io/badge/code%20style-black%20%26%20isort-000000.svg)](https://black.readthedocs.io/en/stable/) + + # An EinsumNetworks Implementation This repository contains code for my personal EinsumNetworks implementation.