From b6c2092211dac6b26aa51fb502761d5c77220c03 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 1 Aug 2020 15:22:39 +0200 Subject: [PATCH] OK, figured out the flow, mark a2 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1caf4a..a59bb96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# simple-hypercore-protocol 0.0.1a1 (2020-08-01) +# simple-hypercore-protocol 0.0.1a2 (2020-08-01) - The first alpha development release is made! This initial release only contains the generated protobuf schema messages that will be consumed while diff --git a/pyproject.toml b/pyproject.toml index b6aa60c..4e7c64c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "simple-hypercore-protocol" -version = "0.1.0" +version = "0.0.1a2" description = "The Hypercore protocol state machine" authors = ["decentral1se "] maintainers = ["decentral1se "]