Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
fd3d54ba
Unverified
Commit
fd3d54ba
authored
Aug 16, 2019
by
Quan (Andy) Gan
Committed by
GitHub
Aug 16, 2019
Browse files
bump up version for prerelease (#768)
parent
cd9fb7ba
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
conda/dgl/meta.yaml
conda/dgl/meta.yaml
+1
-1
include/dgl/runtime/c_runtime_api.h
include/dgl/runtime/c_runtime_api.h
+1
-1
python/dgl/_ffi/libinfo.py
python/dgl/_ffi/libinfo.py
+1
-1
python/update_version.py
python/update_version.py
+1
-1
No files found.
conda/dgl/meta.yaml
View file @
fd3d54ba
package
:
package
:
name
:
dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
name
:
dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version
:
"
0.
3
"
version
:
"
0.
4
"
source
:
source
:
git_rev
:
0.3.x
git_rev
:
0.3.x
...
...
include/dgl/runtime/c_runtime_api.h
View file @
fd3d54ba
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
#endif
#endif
// DGL version
// DGL version
#define DGL_VERSION "0.
3
"
#define DGL_VERSION "0.
4
"
// DGL Runtime is DLPack compatible.
// DGL Runtime is DLPack compatible.
...
...
python/dgl/_ffi/libinfo.py
View file @
fd3d54ba
...
@@ -87,4 +87,4 @@ def find_lib_path(name=None, search_path=None, optional=False):
...
@@ -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
# We use the version of the incoming release for code
# that is under development.
# that is under development.
# The following line is set by dgl/python/update_version.py
# The following line is set by dgl/python/update_version.py
__version__
=
"0.
3
"
__version__
=
"0.
4
"
python/update_version.py
View file @
fd3d54ba
...
@@ -11,7 +11,7 @@ import re
...
@@ -11,7 +11,7 @@ import re
# current version
# current version
# We use the version of the incoming release for code
# We use the version of the incoming release for code
# that is under development
# that is under development
__version__
=
"0.
3
"
+
os
.
getenv
(
'DGL_PRERELEASE'
,
''
)
__version__
=
"0.
4
"
+
os
.
getenv
(
'DGL_PRERELEASE'
,
''
)
print
(
__version__
)
print
(
__version__
)
# Implementations
# Implementations
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment