From 11e9028390fae7220f1aafed6957b9b611799ade Mon Sep 17 00:00:00 2001 From: "Kuan-Hsuan (Kevin) Shen" Date: Fri, 3 Jun 2022 18:52:52 -0400 Subject: [PATCH] bump version to 0.1.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ae6104..3e3177f 100644 --- a/setup.py +++ b/setup.py @@ -34,7 +34,7 @@ def package_files(directory): setup( name='emc-pypi', - version='0.1.0', + version='0.1.1', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', description='Python interface for the Enhanced Monte Carlo (EMC) package',