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: compliance with Semantic Versioning 2.0.0
We must use a hyphen if we want to comply with
https://semver.org/#spec-item-9
priors
Sebastian Heimann
2 years ago
parent
12b155cc37
commit
be5dd9652a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
setup.py
+ 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
-
beta
'
class
CustomInstallCommand
(
install
)
:
Write
Preview
Loading…
Cancel
Save