Skip to content

Commit

Permalink
incremented version
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnereese committed Dec 14, 2023
1 parent 8cbbf9a commit 64d7e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

rm -rf dist
python setup.py bdist_wheel sdist --formats gztar && twine upload dist/*
python3 setup.py bdist_wheel sdist --formats gztar && twine upload dist/*
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name="mkdocs-minify-plugin",
version="0.7.1",
version="0.7.2",
description="An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 64d7e8c

Please sign in to comment.