Skip to content

Commit 0278aee

Browse files
committed
bump version to v0.26.1
1 parent b88d3c3 commit 0278aee

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.26.0"
1+
VERSION = "0.26.1"

explain_this_repo/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.26.0"
1+
VERSION = "0.26.1"

node_version/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_version/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explainthisrepo",
3-
"version": "0.26.0",
3+
"version": "0.26.1",
44
"description": "The fastest way to understand any codebase in plain English. Not blind AI summarization",
55
"license": "MIT",
66
"type": "module",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "explainthisrepo"
7-
version = "0.26.0"
7+
version = "0.26.1"
88
description = "The fastest way to understand any codebase in plain English using real project signals. Not blind AI summarization"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
requires-python = ">=3.9,<4.0"

0 commit comments

Comments
 (0)