Skip to content

Commit

Permalink
Update to version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 committed May 7, 2022
1 parent 4286bf4 commit f24e579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## **0.4.2** (Unreleased)
## **0.4.2** (May 7, 2022)

- Backends
- NEW: `DataFrameBackend` supports operations on a pandas-like API.
Expand Down
2 changes: 1 addition & 1 deletion grand/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

_DEFAULT_BACKEND = NetworkXBackend

__version__ = "0.4.1"
__version__ = "0.4.2"


class Graph:
Expand Down
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="grand-graph",
version="0.4.1",
version="0.4.2",
author="Jordan Matelsky",
author_email="[email protected]",
description="Graph database wrapper for non-graph datastores",
Expand Down

0 comments on commit f24e579

Please sign in to comment.