Skip to content

Commit

Permalink
Bump version: 0.1.0 → 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
charmoniumQ committed Mar 15, 2022
1 parent 78cdf9f commit fc427be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ascl_net_scraper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"
from .main import CodeRecord as CodeRecord
from .main import DetailedCodeRecord as DetailedCodeRecord
from .main import scrape_details as scrape_details
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ascl_net_scraper"
version = "0.1.0"
version = "0.2.0"
description = "Scrapes the data from https://ascl.net"
authors = ["Samuel Grayson <sam+dev@samgrayson.me>"]
license = "MIT"
Expand Down Expand Up @@ -61,7 +61,7 @@ color_output = true
#mypy_path = stubs

[tool.bump2version]
current_version = "0.1.0"
current_version = "0.2.0"
commit = true
tag = true

Expand Down

0 comments on commit fc427be

Please sign in to comment.