Skip to content

Commit bf73de0

Browse files
Version 0.2.0 (#41)
1 parent 4d3cf11 commit bf73de0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## Version 0.2.0 (June 26, 2025)
44

55
- Fix crash on class definition keyword args when the `no_implicit_any` error
66
is enabled.

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 = "pycroscope"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A static analyzer for Python"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
authors = [

0 commit comments

Comments
 (0)