Skip to content

Commit 1d63382

Browse files
committed
Bump version to 1.0.10 in setup.py and fix import path in scraper.py
1 parent bf9c02d commit 1d63382

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="nyc_infohub_excel_api_access",
5-
version="1.0.9",
5+
version="1.0.10",
66
author="Dylan Picart",
77
author_email="dylanpicart@mail.adelphi.edu",
88
description="A Python scraper for downloading Excel datasets from NYC InfoHub.",

src/excel_scraper/scraper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,5 +532,5 @@ async def scrape_data(self):
532532

533533
def run_scraper():
534534
import asyncio
535-
from main import main
535+
from .main import main
536536
asyncio.run(main())

0 commit comments

Comments
 (0)