From 42454f21ee62195bb7b27f24339cf2bbc1eaa913 Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Wed, 29 Sep 2021 04:15:17 -0400 Subject: [PATCH] Changed versioning --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index d6485ae..6ec6064 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = squish -version = 0.1.2 +version = 0.1.3 author = Kenneth Jao author_email = ksjdragon@gmail.com description = squish is Python program which perform simulations for the flow of 'soft' or 'compressible' objects under some energy in a periodic domain. @@ -27,4 +27,4 @@ install_requires = [options.entry_points] console_scripts = - squish = squish.squish:pre \ No newline at end of file + squish = squish.squish:pre