From 9f0dd6ace1a07ea1ae2664c35b573ac491c59e48 Mon Sep 17 00:00:00 2001 From: jdeschamps <6367888+jdeschamps@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:01:01 +0100 Subject: [PATCH] Add version in toml config --- pyproject.toml | 1 + setup.cfg | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8403a82..927d9ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,6 @@ [tool.poetry] name = "microfpga" +version = "3.1.2" description = "FPGA-based platform for the electronic control of microscopes." authors = ["Joran Deschamps "] readme = "README.md" diff --git a/setup.cfg b/setup.cfg index 5aac13a..917d6b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,5 @@ [metadata] name = microfpga -version = 3.1.2 author = Joran Deschamps author_email = url = https://mufpga.github.io