Skip to content

Commit

Permalink
Removed incongruent library dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kdipippo committed Jul 28, 2021
1 parent b96c3ac commit 1d477e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "daeclipse"
version = "0.0.1"
version = "0.0.2"
description = "A Python library for DeviantArt Eclipse functionality"
authors = ["Kathryn DiPippo <[email protected]>"]

Expand All @@ -23,7 +23,6 @@ PyYAML = "^5.4.1"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
wemake-python-styleguide = "^0.15.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down
2 changes: 1 addition & 1 deletion test/test_daeclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

def test_version():
"""Test daeclipse library version."""
assert __version__ == '0.0.1'
assert __version__ == '0.0.2'

0 comments on commit 1d477e9

Please sign in to comment.