diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8f1900f..5273166 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0 +current_version = 0.4.0 commit = True tag = True diff --git a/pyproject.toml b/pyproject.toml index bf61e67..eff8a87 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ name = "usau-scraper" authors = [{name = "Erin McNulty", email = "eem2188@columbia.edu"}] description="The USAU scraper is a data collector that allows developers to easily aggregate and use team results, rosters, and schedule data from the USAU website." readme = "README.md" -version = "0.3.0" +version = "0.4.0" requires-python = ">=3.7" dependencies = ["bs4", "requests", "pandas", "lxml"] diff --git a/usau_scraper/__init__.py b/usau_scraper/__init__.py index 2e1bd2a..589d285 100644 --- a/usau_scraper/__init__.py +++ b/usau_scraper/__init__.py @@ -23,4 +23,4 @@ 'queryRankings', '__version__', ] -__version__ = "0.3.0" +__version__ = "0.4.0"