Skip to content

Commit 9ecae1a

Browse files
committed
update check list files
1 parent 98b4ea4 commit 9ecae1a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,7 @@ History
4747
0.3.3 (2023-04-25)
4848
------------------
4949
* change the default value for the color bar label.
50+
51+
0.3.4 (2023-04-26)
52+
------------------
53+
* pass the plot kwargs to the init of the array to scale the color bar using the vmin and vmax.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pip install git+https://github.com/MAfarrag/cleopatra
4848
## pip
4949
to install the last release you can easly use pip
5050
```
51-
pip install cleopatra==0.3.3
51+
pip install cleopatra==0.3.4
5252
```
5353

5454
Quick start

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111

1212
setup(
1313
name="cleopatra",
14-
version="0.3.3",
14+
version="0.3.4",
1515
description="visualization package",
1616
author="Mostafa Farrag",
1717
author_email="[email protected]",
1818
url="https://github.com/MAfarrag/cleopatra",
19-
keywords=["matplotlib", "arrays", "visualization"],
19+
keywords=["matplotlib", "visualization"],
2020
long_description=readme + "\n\n" + history,
2121
repository="https://github.com/MAfarrag/celopatra",
2222
documentation="https://celopatra.readthedocs.io/",

0 commit comments

Comments
 (0)