Skip to content

Commit

Permalink
fix: version bump bug test (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
bowentan committed Oct 15, 2022
1 parent 206e6d9 commit 6809d80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion glob_linters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

__author__ = """Bowen Tan"""
__email__ = "bowentan78@gmail.com"
__version__ = "0.1.0-rc.27"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ def _local_scheme(version: str) -> str: # pylint: disable=unused-argument
test_suite="tests",
tests_require=test_requirements,
url="https://github.com/bowentan/glob-linters",
version="0.1.0-rc.27",
version="0.2.0",
zip_safe=False,
)

0 comments on commit 6809d80

Please sign in to comment.