Skip to content

Commit bed9ef1

Browse files
committed
0.8.3
1 parent 328c26a commit bed9ef1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ classifiers = [
3939
]
4040
urls = {Homepage = "http://github.com/dilshod/xlsx2csv"}
4141
#dynamic = ["version"]
42-
version = "0.8.2"
42+
version = "0.8.3"
4343

4444
[project.scripts]
4545
xlsx2csv = "xlsx2csv:main"

xlsx2csv.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
__author__ = "Dilshod Temirkhodjaev <tdilshod@gmail.com>"
2626
__license__ = "MIT"
27-
__version__ = "0.8.2"
27+
__version__ = "0.8.3"
2828

2929
import csv, datetime, zipfile, sys, os, re, signal, io
3030
import xml.parsers.expat

0 commit comments

Comments
 (0)