Skip to content

Commit

Permalink
DIST: Release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fumitoh committed Jul 15, 2024
1 parent aa58c90 commit afaa71b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lifelib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os.path
from lifelib.commands.create import create

VERSION = (0, 10, 0)
VERSION = (0, 10, 1)
__version__ = '.'.join([str(x) for x in VERSION])


2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_package_data(top_dirs: list):
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['modelx>=0.24.0'],
install_requires=['modelx>=0.26.0'],

# If your project only runs on certain Python versions,
# setting the python_requires argument to the appropriate PEP 440 version
Expand Down

0 comments on commit afaa71b

Please sign in to comment.