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