diff --git a/LICENSE b/LICENSE index e3eafa84..343b5417 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (C) 2021 ExplosionAI GmbH +Copyright (C) 2021-2023 ExplosionAI GmbH Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 24bc0c53..205892db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ change in incompatible ways. ## ⏳ Install ```bash -pip install git+https://github.com/explosion/curated-transformers.git +pip install curated-transformers ``` ## 🚀 Quickstart diff --git a/setup.cfg b/setup.cfg index b5f7ee62..86a3c9fc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [metadata] -version = 0.0.6 +version = 0.0.7 description = Curated transformer models url = https://github.com/explosion/curated-transformers author = Explosion