Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
Bump version to v0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FabijanC committed Jan 12, 2023
1 parent b208f14 commit aabe170
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "starknet_devnet"
version = "0.4.3"
version = "0.4.4"
description = "A local testnet for Starknet"
authors = ["FabijanC <[email protected]>"]
license = "ISC"
Expand Down
4 changes: 2 additions & 2 deletions starknet_devnet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Contains the server implementation and its utility classes and functions.
This file contains monkeypatches used throught the project. Advice for monkeypatch atomicity:
This file contains monkeypatches used across the project. Advice for monkeypatch atomicity:
- Define a patching function
- The function should import the places to be patched
- The function can define the implementation to use for overwriting
Expand All @@ -13,7 +13,7 @@
import os
import sys

__version__ = "0.4.3"
__version__ = "0.4.4"


def _patch_pedersen_hash():
Expand Down

0 comments on commit aabe170

Please sign in to comment.