Skip to content

Commit

Permalink
bump pyxdsmjs module
Browse files Browse the repository at this point in the history
  • Loading branch information
relf committed Apr 25, 2020
1 parent f999b0e commit e996c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion py_xdsmjs/make_pyxdsmjs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from shutil import copy
import json

PACKAGE_RELEASE_NUMBER = 3
PACKAGE_RELEASE_NUMBER = 4

# copy assets
copy("../build/xdsmjs.js", "xdsmjs/dist/")
Expand Down
2 changes: 1 addition & 1 deletion py_xdsmjs/xdsmjs/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.0.3"
__version__ = "0.8.0.4"

import os

Expand Down

0 comments on commit e996c62

Please sign in to comment.