Commit efc14c19 authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Release 0.45.3

parent fc6d8b24
......@@ -21,4 +21,4 @@ __pdoc__ = {
"optim.optimizer.MockArgs": False,
}
__version__ = "0.45.3.dev0"
__version__ = "0.45.3"
......@@ -12,4 +12,4 @@ class BinaryDistribution(Distribution):
return True
setup(version="0.45.3.dev0", packages=find_packages(), distclass=BinaryDistribution)
setup(version="0.45.3", packages=find_packages(), distclass=BinaryDistribution)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment