Skip to content

Commit 0713cae

Browse files
authored
Update version to 0.6.5 and upgrade Python version to 3.13 in CI configuration (#445)
1 parent 5c65c24 commit 0713cae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: "3.12"
17+
python-version: "3.13"
1818
- name: Install pypa/build
1919
run: >-
2020
python3 -m

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "PyNFe"
3-
version = "0.4.4"
3+
version = "0.6.5"
44
description = "Interface library with the Brazilian Electronic Invoice web services"
55
authors = [
66
{name = "TadaSoftware",email = " tadasoftware@gmail.com"}

0 commit comments

Comments
 (0)