diff --git a/README.md b/README.md index e2e58b1..c8f5a05 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This is an ongoing project to integrate any Django project with Quickbooks Deskt integration support for Python 3.6+ and Django 2.0+ -| Version: | 0.2 | +| Version: | 0.4 | |-----------|--------------------------------------------------------------------------------------------------------------------| | Download: | https://pypi.org/project/django-quickbooks/ | | Source: | https://github.com/weltlink/django-quickbooks/ | diff --git a/setup.cfg b/setup.cfg index 99a857c..24e94c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-quickbooks -version = 0.3 +version = 0.4 description = A Django app to integrate with quickbooks. url = https://github.com/weltlink/django-quickbooks author = Bedilbek Khamidov