Skip to content

Commit 03f324e

Browse files
joaquingxclaude
andcommitted
Bump version to 0.3.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 85f5e65 commit 03f324e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.7
2+
current_version = 0.3.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center"> estela CLI </h1>
22

33
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
4-
[![version](https://img.shields.io/badge/version-0.2.7-blue)](https://github.com/bitmakerla/estela-cli)
4+
[![version](https://img.shields.io/badge/version-0.3.0-blue)](https://github.com/bitmakerla/estela-cli)
55
[![python-version](https://img.shields.io/badge/python-v3.10-orange)](https://www.python.org)
66

77

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ estela --version
4141
If the installation was successful, you should see the following output:
4242
```
4343
$ estela --version
44-
estela, version 0.2.7
44+
estela, version 0.3.0
4545
```
4646

4747
## Next Steps

estela_cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.2.7"
3+
__version__ = "0.3.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="estela",
5-
version="0.2.7",
5+
version="0.3.0",
66
description="Estela Command Line Interface",
77
packages=find_packages(),
88
entry_points={

0 commit comments

Comments
 (0)