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
setup: replacing dash in version
priors
miili
2 years ago
parent
c71ef9fa97
commit
94b3299a3f
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