Skip to content

Commit 09e51db

Browse files
committed
Bump skene CLI version to 0.3.1
1 parent 5515f9e commit 09e51db

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "skene"
3-
version = "0.3.1rc1"
3+
version = "0.3.1"
44
description = "PLG analysis toolkit for codebases - analyze code, detect growth opportunities, generate documentation"
55
readme = "README.md"
66
license = { text = "MIT" }

src/skene/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
SelectFilesStep,
4343
)
4444

45-
__version__ = "0.3.1rc1"
45+
__version__ = "0.3.1"
4646

4747
__all__ = [
4848
# Analyzers

0 commit comments

Comments
 (0)