Skip to content

Commit 14b64c6

Browse files
committed
set version to 0.1
1 parent 5d3d4c9 commit 14b64c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0
2+
current_version = 0.1.0
33
commit = True
44
tag = False
55

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "anchorpy_idl"
3-
version = "0.2.0"
3+
version = "0.1.0"
44
edition = "2021"
55
include = ["/src", "/LICENSE", "/pyproject.toml"]
66
description = "Python bindings for Anchor Rust code"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "anchorpy-idl"
3-
version = "0.2.0"
3+
version = "0.1.0"
44
description = "Python bindings for Anchor Rust code"
55
authors = ["Kevin Heavey <kevinheavey123@gmail.com>"]
66
license = "Apache-2.0"
@@ -26,7 +26,7 @@ build-backend = "maturin"
2626

2727
[project]
2828
name = "anchorpy-idl"
29-
version = "0.2.0"
29+
version = "0.1.0"
3030
description = "Python bindings for Anchor Rust code"
3131
authors = [ {name = "kevinheavey", email = "kevinheavey123@gmail.com"} ]
3232
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)