diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..dc5570e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog + + + +## v0.0.1 (2023-05-19) +### Fix +* :zap:Update Dockerfile to use Ubuntu instead of Python. ([`b6947e3`](https://github.com/mraniki/morpho/commit/b6947e344578e8245031840ea388b6d7c93d354f)) + +### Other +* ⚡ dockerfile update ([`f7eb867`](https://github.com/mraniki/morpho/commit/f7eb867c3b29e26d8224816b41ee557bd5f01dfa)) +* ⚡ Update data_selector range and launch message in bot.py. ([`14d44fb`](https://github.com/mraniki/morpho/commit/14d44fb3a74d3f1c5ea42faa8faf26186ff0d962)) +* Update README.md ([`efd543b`](https://github.com/mraniki/morpho/commit/efd543b0e96d96821efa0e1c650ed19e8c57c7ff)) +* 🐛 env var prefix ([`450a8ec`](https://github.com/mraniki/morpho/commit/450a8ec17e8f18ef2d906f3c5f56b75afaa4cf76)) +* Update README.md ([`c842103`](https://github.com/mraniki/morpho/commit/c842103142e29538d8f0cd3a1f05f7d32c2de786)) +* ⚡ clean up ([`3e9ee1d`](https://github.com/mraniki/morpho/commit/3e9ee1de2cbffccd84c208a61357a88f2d2cbc3b)) +* 🐛 bugfix for flag settings ([`49c5481`](https://github.com/mraniki/morpho/commit/49c54812185a78a4cbffe035ed7f9b7db104236d)) +* 💄 ready to rock ([`c0b3ffb`](https://github.com/mraniki/morpho/commit/c0b3ffb3618b7f815d59c2d8bec9c94bbdec6922)) +* ⚡ reqq update and action update ([`3656b5e`](https://github.com/mraniki/morpho/commit/3656b5e90758fc9367201ba37bcf6660007b5d56)) +* ⚡ pyproject update ([`b62d2ec`](https://github.com/mraniki/morpho/commit/b62d2ec1d9f4cf084f555806ac67d8bc5c7f7dbd)) +* 🥚 prepping ([`c57923f`](https://github.com/mraniki/morpho/commit/c57923fec575d23ae8b02a360673fe484c9a7270)) +* Create README.md ([`c60e205`](https://github.com/mraniki/morpho/commit/c60e20515896fc17c96df8f154c2ea52e775da3a)) +* ✨ initial built ([`8bab8f9`](https://github.com/mraniki/morpho/commit/8bab8f98873be0ce1ef79a41bf4c6dcbaaf7aaa1)) diff --git a/pyproject.toml b/pyproject.toml index 3d3d371..d37b048 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "morpho" -version = "0.0.0" +version = "0.0.1" description = "morpho" authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" diff --git a/src/bot.py b/src/bot.py index 13cc4cd..219c36b 100644 --- a/src/bot.py +++ b/src/bot.py @@ -1,7 +1,7 @@ """ navigator """ -__version__ = "0.0.0" +__version__ = "0.0.1" import asyncio import uvicorn