Skip to content

Commit

Permalink
bumps version to 1.3.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasohara committed Jan 15, 2024
1 parent 6af3989 commit c903286
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mezcla/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Tom O'Hara
Feb 2022
"""
version = "1.3.9.6"
version = "1.3.9.7"
__VERSION__ = version
__version__ = __VERSION__

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[tool.poetry]
name = "mezcla"
version = "1.3.9.6"
version = "1.3.9.7"
description = "Miscellaneous Python scripts developed over the course of several independent consulting projects. [Mezcla is Spanish for mixture.]"
authors = ["Tom O'Hara <[email protected]>"]
license = "LGPLv3"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
packages=['mezcla', 'mezcla.tfidf'],
module="mezcla",
## TODO2: import mezcla; version=mezcla.VERSION
version="1.3.9.6",
version="1.3.9.7",
## BAD: description-file="README.txt",
description_file="README.txt",
## BAD: dist-name="Mezcla",
Expand Down

0 comments on commit c903286

Please sign in to comment.