Skip to content

Commit 371e020

Browse files
committed
bump version
1 parent 6a401f3 commit 371e020

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88

99
### Added
1010
- Jupyter Notebook tutorials
11+
- Basic CQL-JSON filtering [#100](https://github.com/stac-utils/pystac-client/pull/100)
1112

1213
### Changed
1314

pystac_client/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.3.0a1'
1+
__version__ = '0.3.0-beta.1'

tests/test_pystac_api.py

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

33

44
def test_version():
5-
assert __version__ == '0.3.0a1'
5+
assert __version__ == '0.3.0-beta.1'

0 commit comments

Comments
 (0)