diff --git a/Makefile b/Makefile index 0ea9734..bf4c5c6 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ MODULE := stm_layout -MODULE_VERS := 0.1.3 +MODULE_VERS := 0.1.4 MODULE_DEPS := \ setup.cfg \ setup.py \ diff --git a/setup.cfg b/setup.cfg index 14147aa..58c0260 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = stm_layout -version = 0.1.3 +version = 0.1.4 author = Terry Greeniaus author_email = terrygreeniaus@gmail.com description = Curses-based tool for configuring STM32 pins.