Skip to content

Commit

Permalink
version Update Mode
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 28, 2024
1 parent ec6b587 commit d5c4fbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cryptofuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
)

# Metadata
__version__ = "15.3.9"
__version__ = "15.6.0"
__license__ = "MIT"
__author__ = "Mohammadreza (MMDRZA)"
__email__ = "PyMmdrza@gmail.com"
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
On Windows, you can install CryptoFuzz using the following pip command:

```bash
pip install cryptofuzz
pip install --upgrade cryptofuzz
```

### Linux & Mac

On Linux and macOS, you should use pip3 for installation:

```bash
pip3 install cryptofuzz
pip3 install --upgrade cryptofuzz
```

### Git
Expand Down Expand Up @@ -241,7 +241,7 @@ uncompress_address = conv.int_to_addr(dec, False)

## Block

read block data from block file (bitcoin core sync data file's) [ `blk00001.blk` ]
read block data from block file (bitcoin core sync data file's) [ `blk00001.dat` ]

```python
from cryptofuzz import block
Expand Down

0 comments on commit d5c4fbf

Please sign in to comment.