Skip to content

Commit

Permalink
hotfix(dependencies): set fixed version for pelican package
Browse files Browse the repository at this point in the history
Temporary fix for #11 

* bump version to 1.1.1
  • Loading branch information
LucasVanHaaren authored Jul 24, 2022
1 parent 0d7d2d8 commit 2c35cf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pelican-data-files
version = 1.1.0
version = 1.1.1
url = https://github.com/LucasVanHaaren/pelican-data-files
# download_url = https://github.com/LucasVanHaaren/pelican-data-files
author = vhash
Expand All @@ -26,14 +26,14 @@ python_requires = >= 3.6
setup_requires =
setuptools >=38.3.0 # version with most `setup.cfg` bugfixes
install_requires =
pelican>=4.5
pelican==4.5.1

[options.extras_require]
dev =
flake8
flake8
black
invoke
twine
twine

[options.entry_points]
console_scripts =
Expand Down

0 comments on commit 2c35cf5

Please sign in to comment.