Skip to content

Commit

Permalink
bump version to 0.2.4.a1
Browse files Browse the repository at this point in the history
  • Loading branch information
karolzak committed Sep 16, 2020
1 parent c14c83d commit 02aa415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="pre_commit_nb",
version="0.2.4a0",
version="0.2.4a1",
description="Set of git pre-commit hooks for Jupyter Notebooks compatible with https://pre-commit.com/ framework", # NOQA E501
long_description=long_description,
long_description_content_type="text/markdown", # This is important!
Expand All @@ -29,7 +29,7 @@
],
packages=find_packages(),
zip_safe=False,
install_requires=[],
install_requires=['python-dotenv'],
entry_points={
"console_scripts": [
"base64-to-image-files = pre_commit_nb.base64_to_image_files:main",
Expand Down

0 comments on commit 02aa415

Please sign in to comment.