Skip to content

Commit e96e431

Browse files
committed
Back to dev
1 parent 82c4d5a commit e96e431

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,12 @@ A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
55

66
![Screencast](/screencast.gif)
77

8-
Note
9-
----
10-
11-
This README concerns pythreejs version 0.2.0 beta 2.
128

139
Installation
1410
------------
1511

1612
```
17-
pip install --pre pythreejs
13+
pip install pythreejs
1814
jupyter nbextension enable --py pythreejs
1915
```
2016

pythreejs/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 2, 0)
1+
version_info = (0, 3, 0, 'dev')
22
__version__ = '.'.join(map(str, version_info))

0 commit comments

Comments
 (0)