Skip to content

Commit b1d48f2

Browse files
committed
New version and readme
1 parent 59b8587 commit b1d48f2

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# A Sparse Merkle Tree for KERI event messages.
2+
3+
Project Name: sparse-kerkle-tree
4+
5+
[![PyPi](https://img.shields.io/pypi/v/kerkle.svg)](https://pypi.org/project/kerkle/)
6+
[![GitHub Actions](https://github.com/webOfTrust/kerkle/actions/workflows/python-app-ci.yml/badge.svg)](https://github.com/WebOfTrust/kerkle/actions)
7+
[![codecov](https://codecov.io/gh/WebOfTrust/kerkle/branch/main/graph/badge.svg?token=FR5CB2TPYG)](https://codecov.io/gh/WebOfTrust/kerkle)
8+
[![https://pypi.org/project/kerkle/](https://img.shields.io/pypi/pyversions/kerkle.svg)](https://pypi.org/project/kerkle/)
9+
10+
## Installation
11+
12+
### Local installation - build from source
13+
14+
`$ pip install -r requirements.txt`
15+
16+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
setup(
4040
name='kerkle',
41-
version='1.2.0-dev10', # also change in src/keri/__init__.py
41+
version='0.0.1', # also change in src/keri/__init__.py
4242
license='Apache Software License 2.0',
4343
description='A KERI Event Sparse Merkle Tree',
4444
long_description="Kerkle",

src/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# -*- encoding: utf-8 -*-
2+
3+
__version__ = '0.0.1' # also change in setup.py
4+

0 commit comments

Comments
 (0)