Skip to content

Commit

Permalink
Increment version and update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Jan 9, 2020
1 parent 5d1bfbd commit 88bab21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ pip install catalogue
conda install -c conda-forge catalogue
```

`catalogue` is compatible with Python 2.7 and 3.5+.
> ⚠️ **Important note:** `catalogue` v2.0+ is only compatible with Python 3.6+.
> For Python 2.7+ compatibility, use `catalogue` v1.x.
## 👩‍💻 Usage

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[metadata]
version = 0.2.1
version = 1.0.0
description = Super lightweight function registries for your library
url = https://github.com/explosion/catalogue
author = Explosion
Expand All @@ -8,7 +8,7 @@ license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
classifiers =
Development Status :: 4 - Beta
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
Expand Down

0 comments on commit 88bab21

Please sign in to comment.