Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzrcopilot committed Jul 25, 2021
1 parent fb26de4 commit f4ceb1d
Show file tree
Hide file tree
Showing 2 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 @@ -18,7 +18,7 @@ func main() {
# ⟶ Programming language: Go
```

Guesslang supports `30 programming languages`:
Guesslang supports `54 programming languages`:

| Languages | | | | |
|------------|----------------|---------------|----------------|--------------|
Expand Down
2 changes: 1 addition & 1 deletion guesslang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from guesslang.guess import Guess, GuesslangError # noqa: F401


__version__ = '2.2.0'
__version__ = '2.2.1.dev0'

0 comments on commit f4ceb1d

Please sign in to comment.