Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed Aug 3, 2023
1 parent 20e1e89 commit fe403df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bedboss/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0a1"
__version__ = "0.1.0a1"
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
with open(f"{PACKAGE_NAME}/_version.py", "r") as versionfile:
__version__ = versionfile.readline().split()[-1].strip("\"'\n")


def read_reqs(reqs_name):
deps = []
with open(os.path.join(REQDIR, f"requirements-{reqs_name}.txt"), "r") as f:
Expand Down

0 comments on commit fe403df

Please sign in to comment.