Skip to content

Commit

Permalink
fix: dependency spec was invalid
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Jan 23, 2024
1 parent 34f2bde commit c71c706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions evmchains/_meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
__version_tuple__: VERSION_TUPLE
version_tuple: VERSION_TUPLE

__version__ = version = '0.0.1a1'
__version_tuple__ = version_tuple = (0, 0, 1)
__version__ = version = '0.1.dev4+g34f2bde.d20240123'
__version_tuple__ = version_tuple = (0, 1, 'dev4', 'g34f2bde.d20240123')
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dev = [
"isort~=5.13.2",
"mypy~=1.8.0",
"pytest~=7.4.4",
"requests-2.31.0",
"setuptools-scm-8.0.4",
"requests~=2.31.0",
"setuptools-scm~=8.0.4",
]

[tool.mypy]
Expand Down

0 comments on commit c71c706

Please sign in to comment.