Skip to content

Commit 0b35671

Browse files
authored
Release v0.1.dev8 (#336)
1 parent 2610b7d commit 0b35671

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A Lisp dialect inspired by Clojure targeting Python 3.
55
**Disclaimer:** _Basilisp is a project I created to learn about Python, Clojure,
66
and hosted languages generally. It should not be used in a production setting._
77

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)
99

1010
## Getting Started
1111

src/basilisp/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
VERSION = (0, 1, "dev7")
1+
VERSION = (0, 1, "dev8")
22

33
__version__ = ".".join(map(str, VERSION))

0 commit comments

Comments
 (0)