Skip to content

Commit

Permalink
Version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ezibenroc committed Apr 22, 2020
1 parent 871e79e commit 78db491
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ colorlog = "^4.0"
PyYAML = "^5.1"
lxml = "^4.4"
cashew = { file = "cashew-0.0.0-py3-none-any.whl" }
wheel = "^0.34.2"

[tool.poetry.dev-dependencies]
ipython = "^7.7"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from setuptools import setup
import subprocess

VERSION = '0.0.0'
VERSION = '0.0.1'


class CommandError(Exception):
Expand Down

0 comments on commit 78db491

Please sign in to comment.