File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ A Lisp dialect inspired by Clojure targeting Python 3.
5
5
** Disclaimer:** _ Basilisp is a project I created to learn about Python, Clojure,
6
6
and hosted languages generally. It should not be used in a production setting._
7
7
8
- ![ PyPI] ( https://img.shields.io/pypi/v/basilisp.svg?style=flat-square ) ![ python] ( https://img.shields.io/pypi/pyversions/basilisp.svg?style=flat-square ) ![ readthedocs] ( https://img.shields.io/readthedocs/basilisp.svg?style=flat-square ) ![ TravisCI ] ( https://img.shields.io/travis/ chrisrink10/basilisp.svg?style=flat-square ) ![ Coveralls github] ( https://img.shields.io/coveralls/github/chrisrink10/basilisp.svg?style=flat-square ) ![ license] ( https://img.shields.io/github/license/chrisrink10/basilisp.svg?style=flat-square )
8
+ ![ PyPI] ( https://img.shields.io/pypi/v/basilisp.svg?style=flat-square ) ![ python] ( https://img.shields.io/pypi/pyversions/basilisp.svg?style=flat-square ) ![ pyimpl ] ( https://img.shields.io/pypi/implementation/basilisp.svg?style=flat-square ) ![ readthedocs] ( https://img.shields.io/readthedocs/basilisp.svg?style=flat-square ) ![ CircleCI ] ( https://img.shields.io/circleci/project/github/ chrisrink10/basilisp/master .svg?style=flat-square ) ![ Coveralls github] ( https://img.shields.io/coveralls/github/chrisrink10/basilisp.svg?style=flat-square ) ![ license] ( https://img.shields.io/github/license/chrisrink10/basilisp.svg?style=flat-square )
9
9
10
10
## Getting Started
11
11
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 1 , "dev7 " )
1
+ VERSION = (0 , 1 , "dev8 " )
2
2
3
3
__version__ = "." .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments