diff --git a/setup.cfg b/setup.cfg index 113712d..7db4184 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = PyScaffolder -version = 1.5.2-1 +version = 1.5.2-2 author = Jirawat Iamsamang author_email = nodtem66@gmail.com description = Generate 3D mesh from implicit surface and an input mesh @@ -26,4 +26,4 @@ where = src [flake8] # these error codes interfere with Black ignore = E203, E231, E501, W503, B950 -select = C,E,F,W,B,B9 \ No newline at end of file +select = C,E,F,W,B,B9