# HG changeset patch # User Peter Sanchez # Date 1604459365 28800 # Tue Nov 03 19:09:25 2020 -0800 # Node ID 875f57a264b08a07854817a754eca7416f4128fc # Parent c40cd09e390626d8618da78378d018ffda66cb34 Version bump diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setup( name="py-scfg", - version="0.1.1", + version="0.1.2", packages=find_packages(), package_data={"scfg": ["py.typed"]}, description="Module to read scfg formatted configuration files.",