Skip to content

Commit

Permalink
Update setup and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Jul 24, 2024
1 parent d8193ee commit 80250df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center">Albero v0.0.2</h1>
<h1 align="center">Albero v0.0.3</h1>

A tool that makes it much easier to use Tree Sitter for your code editors

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "Albero"
copyright = "2024, Moosems"
author = "Moosems"
release = "v0.0.2"
release = "v0.0.3"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@

setup(
name="albero",
version="0.0.2",
version="0.0.3",
description="Albero is a tool that makes it much easier to use Tree Sitter for your code editors",
author="Moosems",
author_email="[email protected]",
url="https://github.com/Moosems/albero",
url="https://github.com/salve-org/albero",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=open("requirements.txt", "r+")
Expand Down

0 comments on commit 80250df

Please sign in to comment.