Skip to content

Commit

Permalink
Update version and API
Browse files Browse the repository at this point in the history
  • Loading branch information
blevic committed Jul 4, 2022
1 parent a361e40 commit 526c8a1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install nrarfcn

#### How do I use it?

>>> from nrarfcn.utils import get_frequency
>>> from nrarfcn import get_frequency
>>> get_frequency(620000)
3300.0

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nrarfcn"
version = "1.0.0"
version = "2.0.0"
authors = [
{ name="Breno Levi", email="[email protected]" },
]
Expand Down

0 comments on commit 526c8a1

Please sign in to comment.