Skip to content

Commit

Permalink
release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-k1 committed Oct 5, 2023
1 parent f88b371 commit 4472200
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -228,3 +228,7 @@

1.0.1 05/10/2023
* add util module

1.0.2 05/10/2023
* Delete charset_list.csv and add directly in CHARSET.py

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
# built documents.
#
# The short X.Y version.
version = "1.0.1"
version = "1.0.2"
# The full version, including alpha/beta/rc tags.
release = "1.0.1"
release = "1.0.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def run(self):
unittest.main(tests, argv=sys.argv[:1])


version = "1.0.1"
version = "1.0.2"

this_directory = Path(__file__).parent
long_description = (this_directory / "README.md").read_text()
Expand Down

0 comments on commit 4472200

Please sign in to comment.