Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberbolt committed Mar 31, 2022
1 parent 9bb6f25 commit f58c7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setuptools.setup(
name="CyberDB",
version="0.4.5",
version="0.5.0",
author="Cyberbolt",
author_email="dtconlyone@gmail.com",
description="CyberDB is a lightweight Python in-memory database. It is designed to use Python's built-in data structures Dictionaries, Lists for data storage, efficient communication through Socket TCP, and provide data persistence. This module is often used in Gunicorn inter-process communication, distributed computing and other fields.",
Expand Down

0 comments on commit f58c7fb

Please sign in to comment.