Unverified Commit fd3d54ba authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

bump up version for prerelease (#768)

parent cd9fb7ba
package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: "0.3"
version: "0.4"
source:
git_rev: 0.3.x
......
......@@ -33,7 +33,7 @@
#endif
// DGL version
#define DGL_VERSION "0.3"
#define DGL_VERSION "0.4"
// DGL Runtime is DLPack compatible.
......
......@@ -87,4 +87,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
# We use the version of the incoming release for code
# that is under development.
# The following line is set by dgl/python/update_version.py
__version__ = "0.3"
__version__ = "0.4"
......@@ -11,7 +11,7 @@ import re
# current version
# We use the version of the incoming release for code
# that is under development
__version__ = "0.3" + os.getenv('DGL_PRERELEASE', '')
__version__ = "0.4" + os.getenv('DGL_PRERELEASE', '')
print(__version__)
# Implementations
......
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