From 602ce08b2b83f3af7ba13e75a8261ddb9688e192 Mon Sep 17 00:00:00 2001 From: Benjamin Hackl Date: Tue, 23 Apr 2024 23:23:53 +0200 Subject: [PATCH] bump version --- CITATION.cff | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 4f1432a265..95af8eba94 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -4,10 +4,10 @@ authors: - name: "The Manim Community Developers" cff-version: "1.2.0" -date-released: 2023-11-11 +date-released: 2024-04-23 license: MIT message: "We acknowledge the importance of good software to support research, and we note that research becomes more valuable when it is communicated effectively. To demonstrate the value of Manim, we ask that you cite Manim in your work." title: Manim – Mathematical Animation Framework url: "https://www.manim.community/" -version: "v0.18.0" +version: "v0.18.1" ... diff --git a/pyproject.toml b/pyproject.toml index 7590a73adf..8afcf1a35a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "manim" -version = "0.18.0" +version = "0.18.1" description = "Animation engine for explanatory math videos." authors = ["The Manim Community Developers ", "3b1b "] license="MIT"