Skip to content

Commit

Permalink
🆙 upgrade minor version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mvillasante committed Oct 30, 2024
1 parent 26bbe71 commit 4b93fb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [0.13.0] - 2024-10-30

### Added

- Add command,`write-bootstrap-progress-intervals`, for a entrypoint from `eradication_data_requirements` api.

## [0.12.0] - 2024-09-23

### Added
Expand Down
2 changes: 1 addition & 1 deletion geci_caller/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""A template Python module"""

__version__ = "0.12.0"
__version__ = "0.13.0"
from .call_api import * # noqa
from .cli import * # noqa

0 comments on commit 4b93fb5

Please sign in to comment.