We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c65c24 commit 0713caeCopy full SHA for 0713cae
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: "3.12"
+ python-version: "3.13"
18
- name: Install pypa/build
19
run: >-
20
python3 -m
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "PyNFe"
3
-version = "0.4.4"
+version = "0.6.5"
4
description = "Interface library with the Brazilian Electronic Invoice web services"
5
authors = [
6
{name = "TadaSoftware",email = " tadasoftware@gmail.com"}
0 commit comments