Skip to content

Commit d5159e6

Browse files
author
LukasBommes
committed
version bump
1 parent de74ab7 commit d5159e6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

BUILD_README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
### Create a Release
22

3-
Tag the commit (on master branch)
3+
Update version number in `setup.py`. Commit changes.
4+
Tag the commit (on master branch) and push tag
45
```
56
git tag vx.x.x
7+
git push origin vx.x.x
68
```
79
and create a release on GitHub using that tag.
810

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name="PV-Hawk-Viewer",
1111
maintainer="Lukas Bommes",
1212
url='https://github.com/LukasBommes/PV-Hawk-Viewer',
13-
version="1.0.1",
13+
version="1.0.2",
1414
packages=find_packages(),
1515
package_dir={name: name},
1616
include_package_data=True,

0 commit comments

Comments
 (0)