Skip to content

Commit 8902152

Browse files
committed
Update build and build info
1 parent cdb0ddf commit 8902152

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
/*.egg-info/
66
/*.tgz
77
.ipynb_checkpoints/
8+
/tsconfig.tsbuildinfo
9+
/jupyter_bokeh/labextension/
10+
/jupyter_bokeh/nbextension/index.js
11+
/jupyter_bokeh/nbextension/index.js.map

DEVGUIDE.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,5 @@
44

55
| File | Entry | Content |
66
| --------------------------- | ----------------- | -------------- |
7-
| `jupyter_bokeh/__init__.py` | `__version__` | `2.0.1dev2` |
8-
| `jupyter_bokeh/widgets.py` | `_module_version` | `^2.0.1-dev.2` |
9-
| `package.json` | `version` | `2.0.1-dev.2` |
10-
| `package-lock.json` | `version` | `2.0.1-dev.2` |
11-
| `setup.py` | `version` | `2.0.1dev2` |
7+
| `package.json` | `version` | `3.0.3-dev.2` |
8+
| `package-lock.json` | `version` | `3.0.3-dev.2` |

conda.recipe/meta.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ source:
1010
build:
1111
noarch: python
1212
number: 0
13-
script: python setup.py build_js install --single-version-externally-managed --record record.txt
13+
script: python setup.py install --single-version-externally-managed --record record.txt
1414

1515
extra:
1616
channels:

0 commit comments

Comments
 (0)