diff --git a/setup.py b/setup.py index 4fa086d..68f1085 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ requirements = f.read().split() setup(name="homura-core", - version="2021.02.0", + version="2021.03.0", author="moskomule", author_email="hataya@nlab-mpg.jp", packages=find_packages(exclude=["test", "docs", "examples"]),