From a8c82003fe9e67e9f61ccf626f1730f34e126378 Mon Sep 17 00:00:00 2001 From: aeturrell Date: Fri, 3 Jan 2025 00:19:47 +0000 Subject: [PATCH] v1.0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e9da1a9..f47ff86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Coding for Economists" -version = "1.0.2" +version = "1.0.3" description = "A guide for economists on what programming is, why it's useful, and how to do it." authors = [{name="Arthur Turrell", email="None@none.com"}] readme = "README.md"