From a4cc7493c6ea60fb476b5158990271036204fc57 Mon Sep 17 00:00:00 2001
From: AkiraFukushima
Date: Fri, 21 Apr 2023 01:06:27 +0900
Subject: [PATCH] Bump to version 0.7.0
---
Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
index 4ad2ebc..80d46e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "megalodon"
-version = "0.6.3"
+version = "0.7.0"
edition = "2021"
authors = ["Akira Fukushima "]
description = "Mastodon and Pleroma API client library for Rust."