Skip to content

Commit

Permalink
prepare v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Nov 15, 2022
1 parent 022dacb commit 6a4eda8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 25 deletions.
20 changes: 0 additions & 20 deletions .coveragerc

This file was deleted.

2 changes: 0 additions & 2 deletions pytest.ini

This file was deleted.

4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[metadata]
name = ghlinguist
version = 1.0.1
author = Michael Hirsch, Ph.D.
version = 1.1.0
author = scivision
author_email = [email protected]
description = simple command-line parser of GitHub Linguist Ruby program.
url = https://github.com/scivision/linguist-python
Expand Down
2 changes: 1 addition & 1 deletion tests/test_mod.py → src/ghlinguist/tests/test_mod.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path
import ghlinguist as ghl

R = Path(__file__).resolve().parents[1]
R = Path(__file__).resolve().parents[3]


def test_linguist():
Expand Down

0 comments on commit 6a4eda8

Please sign in to comment.