This website works better with JavaScript.
Home
Help
Register
Sign In
miili
/
grond
forked from
pyrocko/grond
Watch
1
Star
0
Fork
0
Code
Releases
11
Activity
Browse Source
version number
priors
v1.0.0
Sebastian Heimann
2 years ago
parent
aa0f1941d0
commit
fb2df8cfd3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
CHANGELOG.md
+1
-1
setup.py
+ 1
- 1
CHANGELOG.md
View File
@ -4,7 +4,7 @@ All notable changes to Grond will be documented in this file.
The format is based on [
Keep a Changelog
](
https://keepachangelog.com/en/1.0.0/
).
## [
Unreleased
]
## [
1.0.0
]
### Added
- Cluster analysis on result ensemble with
`grond cluster`
.
+ 1
- 1
setup.py
View File
@ -8,7 +8,7 @@ from setuptools.command.install import install
from
setuptools.command.build_py
import
build_py
version
=
'
1.0.0
-beta
'
version
=
'
1.0.0
'
class
CustomInstallCommand
(
install
)
:
Write
Preview
Loading…
Cancel
Save