Skip to content

Commit

Permalink
try to fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anayden committed Dec 12, 2023
1 parent dca4990 commit 99a4fdf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "r2dt-client"
version = "0.1.0"
version = "0.1.1"
description = "R2DT API Client"
authors = ["Aleksei Naiden <[email protected]>"]
license = "MIT"
Expand Down
4 changes: 4 additions & 0 deletions src/r2dt_client/commands/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from draw import draw_rna


__all__ = ["draw_rna"]

0 comments on commit 99a4fdf

Please sign in to comment.