Skip to content

Commit

Permalink
Update version to 1.1.3 and modify .gitignore to include new files
Browse files Browse the repository at this point in the history
- Bump package version in setup.py from 1.1.2 to 1.1.3.
  • Loading branch information
dynstat committed Jan 24, 2025
1 parent 1caa8a8 commit 96bda4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@
dist/
build/
__pycache__/
update-pypi.md
.env
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="markdown-equations-fixer",
version="1.1.2",
version="1.1.3",
packages=find_packages(where="src"),
package_dir={"": "src"},
install_requires=[
Expand Down

0 comments on commit 96bda4f

Please sign in to comment.