@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
*empty*
## v2023.06.29
### Added
- Beachball example: explain syntetic polarity calulation.
- Squirrel: support `now` in command line time arguments.
@ -3,7 +3,7 @@ requires = ["setuptools", "wheel", "oldest-supported-numpy"]
[project]
name = "pyrocko"
version = "2023.06.07"
version = "2023.06.29"
authors = [
{name = "The Pyrocko Developers", email = "info@pyrocko.org"},
]
@ -15,7 +15,7 @@ is_windows = sys.platform.startswith('win')
have_pep621_support = pv(setuptools_version) >= pv('61.0.0')
packname = 'pyrocko'
version = '2023.06.07'
version = '2023.06.29'
def get_numpy_include():