Skip to content

Commit

Permalink
chore(main): release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
1 parent cd57032 commit 3e904f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/broomva/arcan/compare/v0.1.1...v0.1.2) (2024-07-01)


### Bug Fixes

* added researcher caster ([d7c09dc](https://github.com/broomva/arcan/commit/d7c09dc99907c8e34996df01dcc9ae55761f7095))

## [0.1.1](https://github.com/broomva/arcan/compare/v0.1.0...v0.1.1) (2024-05-20)


Expand Down
2 changes: 1 addition & 1 deletion arcan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

cli = Typer()

__version__ = "0.1.1"
__version__ = "0.1.2"


def get_arcan_version():
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "arcan"
version = "0.1.1"
version = "0.1.2"
description = "An AI web3 tooling platform for the decentralized customization and enhancement of AI agents"
authors = ["Carlos D. Escobar-Valbuena <[email protected]>"]
license = "Apache 2.0"
Expand Down

0 comments on commit 3e904f8

Please sign in to comment.