8000 Misc changes + 0.4.2 version bump by rmorshea · Pull Request #56 · reactive-python/reactpy · GitHub
[go: up one dir, main page]

Skip to content

Misc changes + 0.4.2 version bump #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 27, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Put pypi badge back
  • Loading branch information
rmorshea committed May 27, 2019
commit 861d00b5b13449bfbfcb3b2bf7b67e4f8f0a6511
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<a href="https://travis-ci.com/rmorshea/idom">
<img alt="Build Status" src="https://travis-ci.com/rmorshea/idom.svg?branch=master"/>
</a>
<a href="https://github.com/rmorshea/idom/blob/master/LICENSE"/>
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-purple.svg">
</a>
<a href="https://pypi.python.org/pypi/idom">
<img alt="Version Info" src="https://img.shields.io/pypi/v/spectate.svg"/>
</a>
<a href="https://github.com/rmorshea/idom/blob/master/LICENSE"/>
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-purple.svg">
</a>

Libraries for creating and controlling interactive web pages with Python 3.6 and above.

Expand Down
0