Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zhang, Tong
Online Model App
Commits
ff83f325
Commit
ff83f325
authored
Aug 16, 2021
by
Tong Zhang
Browse files
MNT: Bump version to 1.0.0.
parent
7afe80d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
ff83f325
...
...
@@ -29,8 +29,8 @@ def read_license():
setup
(
name
=
f
'
{
PKG_NAME
}
'
,
version
=
'
0.1
.0'
,
description
=
'
My app created with phantasy
framework'
,
version
=
'
1.0
.0'
,
description
=
'
Physics online simulator with FRIB built upon PHANTASY
framework'
,
long_description
=
readme
(),
license
=
read_license
(),
packages
=
[
f
'
{
PKG_NAME
}
.myapp'
,
...
...
@@ -44,4 +44,4 @@ setup(
},
entry_points
=
set_entry_points
(),
install_requires
=
install_requires
,
)
\ No newline at end of file
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment