Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
Bumped version :D
Browse files Browse the repository at this point in the history
  • Loading branch information
gingershaped committed Jan 31, 2023
1 parent a349935 commit 0f3f502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crosshatch/const.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import importlib.metadata
import sys

__version__ = "0.1.0"
__version__ = "1.0.0"
VYXAL_VERSION = importlib.metadata.version("vyxal")

GREETING = f"""[bold purple]Vyxal {VYXAL_VERSION}[/bold purple] using Python {sys.version} on {sys.platform}.
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 = "crosshatch"
version = "0.1.0"
version = "1.0.0"
description = "A pretty REPL for Vyxal."
authors = ["Ginger <[email protected]>"]

Expand Down

0 comments on commit 0f3f502

Please sign in to comment.