Skip to content

Commit

Permalink
Pyodoo-connect v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fasilwdr committed May 9, 2024
1 parent 4c9e31c commit e033df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Odoo Connector
# PyOdoo Connector

Odoo Connector is a Python package providing a convenient way to interact with Odoo platforms via JSON-RPC. It simplifies operations like logging in, executing commands, and managing records in an Odoo database.
PyOdoo Connector is a Python package providing a convenient way to interact with Odoo platforms via JSON-RPC. It simplifies operations like logging in, executing commands, and managing records in an Odoo database.

## Features

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyodoo_connect"
version = "0.1.0"
version = "0.1.1"
description = "A Python package to interact with Odoo via JSON-RPC."
authors = [{ name = "Fasil", email = "[email protected]" }]
license = { file = "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyodoo_connect
version = 0.1.0
version = 0.1.1
author = Fasil
author_email = [email protected]
description = A Python package to interact with Odoo via JSON-RPC.
Expand Down

0 comments on commit e033df8

Please sign in to comment.