We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de74ab7 commit d5159e6Copy full SHA for d5159e6
BUILD_README.md
@@ -1,8 +1,10 @@
1
### Create a Release
2
3
-Tag the commit (on master branch)
+Update version number in `setup.py`. Commit changes.
4
+Tag the commit (on master branch) and push tag
5
```
6
git tag vx.x.x
7
+git push origin vx.x.x
8
9
and create a release on GitHub using that tag.
10
setup.py
@@ -10,7 +10,7 @@
name="PV-Hawk-Viewer",
11
maintainer="Lukas Bommes",
12
url='https://github.com/LukasBommes/PV-Hawk-Viewer',
13
- version="1.0.1",
+ version="1.0.2",
14
packages=find_packages(),
15
package_dir={name: name},
16
include_package_data=True,
0 commit comments