Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
breezedeus committed Aug 10, 2023
1 parent dc7db35 commit 02791a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package:
rm -rf build
python setup.py sdist bdist_wheel

VERSION = 2.2.3.1
VERSION = 2.2.3.2
upload:
python -m twine upload dist/cnocr-$(VERSION)* --verbose

Expand Down
2 changes: 1 addition & 1 deletion cnocr/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
# specific language governing permissions and limitations
# under the License.

__version__ = '2.2.3.1'
__version__ = '2.2.3.2'

0 comments on commit 02791a0

Please sign in to comment.