Skip to content

Commit

Permalink
0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dilshod committed Jul 29, 2024
1 parent 328c26a commit bed9ef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ classifiers = [
]
urls = {Homepage = "http://github.com/dilshod/xlsx2csv"}
#dynamic = ["version"]
version = "0.8.2"
version = "0.8.3"

[project.scripts]
xlsx2csv = "xlsx2csv:main"
Expand Down
2 changes: 1 addition & 1 deletion xlsx2csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

__author__ = "Dilshod Temirkhodjaev <tdilshod@gmail.com>"
__license__ = "MIT"
__version__ = "0.8.2"
__version__ = "0.8.3"

import csv, datetime, zipfile, sys, os, re, signal, io
import xml.parsers.expat
Expand Down

0 comments on commit bed9ef1

Please sign in to comment.