Skip to content

Commit

Permalink
chore: release yaylib 1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkx committed Jun 23, 2024
1 parent 3e02702 commit 6d524c4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ share/python-wheels/
*.egg
MANIFEST
config/
.pypirc

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ RUN apt-get update && apt-get install make
WORKDIR /app

COPY Pipfile .

RUN pip install pipenv
RUN pipenv install
RUN pipenv install --dev
RUN echo 'pipenv shell' >> ~/.bashrc

COPY . .
2 changes: 1 addition & 1 deletion yaylib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
__author__ = "ekkx"
__license__ = "MIT"
__copyright__ = "Copyright (c) 2023 ekkx"
__version__ = "1.4.14"
__version__ = "1.4.15"

from .client import Client
from .cookie import Cookie
Expand Down

0 comments on commit 6d524c4

Please sign in to comment.