version 2023.06.29
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details

deploy-pip v2023.06.29
Sebastian Heimann 3 months ago
parent b9b40b872f
commit 34109fc2f3

@ -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():

Loading…
Cancel
Save