Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bentofreire committed Oct 3, 2024
1 parent 01bdba2 commit 7ba443b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Description

![PyPI - Version](https://img.shields.io/pypi/v/pytracetoix)
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/a-bentofreire/pytracetoix/.github%2Fworkflows%2Fpython-package.yml)

[PyTraceToIX](https://www.devtoix.com/en/projects/pytracetoix) is an expression tracer for debugging lambdas, list comprehensions, method chaining, and expressions.

Code editors can't set breakpoints inside expressions, lambda functions, list comprehensions, and chained methods, forcing significant code changes to debug such code.
Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "pytracetoix"
version = "0.1.9"
version = "1.0.0"
authors = [
{ name="Alexandre Bento Freire", email="devtoix@a-bentofreire.com" },
]
Expand All @@ -12,10 +12,11 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
keywords = ["debugging", "tracer", "debug", "log", "logger", "expression"]
keywords = ["debugging", "tracer", "debug", "log", "logger", "expression", "lambda", "list comprehensions"]

[project.urls]
Homepage = "https://www.devtoix.com/en/projects/pytracetoix"
Documentation = "https://www.devtoix.com/docs/pytracetoix/en/"
Repository = "https://github.com/a-bentofreire/pytracetoix"
Issues = "https://github.com/a-bentofreire/pytracetoix/issues"
Issues = "https://github.com/a-bentofreire/pytracetoix/issues"
Twitter = "https://x.com/devtoix"

0 comments on commit 7ba443b

Please sign in to comment.