"tests/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "25ac33440334fd2fdfe3fe4e4dd3dd1428601a47"
Commit d2fe0e3c authored by Matthew Douglas's avatar Matthew Douglas
Browse files

Bump dev version

parent 55b84eea
...@@ -38,4 +38,4 @@ __pdoc__ = { ...@@ -38,4 +38,4 @@ __pdoc__ = {
"optim.optimizer.MockArgs": False, "optim.optimizer.MockArgs": False,
} }
__version__ = "0.45.5.dev0" __version__ = "0.46.0.dev0"
...@@ -12,4 +12,4 @@ class BinaryDistribution(Distribution): ...@@ -12,4 +12,4 @@ class BinaryDistribution(Distribution):
return True return True
setup(version="0.45.5.dev0", packages=find_packages(), distclass=BinaryDistribution) setup(version="0.46.0.dev0", 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