Skip to content

Commit

Permalink
release version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Stunkymonkey committed Apr 23, 2020
1 parent 1a980e6 commit 4792d05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions Update.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# How to update package

1. Delete all files in the dist folder.
2. Update the version number in 'nautilus_open_any_terminal/open_any_terminal_extension.py'
3. `python3 setup.py sdist bdist_wheel`
4. `twine upload dist/*`
2. Update the version number in 'nautilus_open_any_terminal/__init__.py'
3. Commit and push changes
4. add release tag
5. `python3 setup.py sdist bdist_wheel`
6. `twine upload dist/*`

2 changes: 1 addition & 1 deletion nautilus_open_any_terminal/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = "0.2.5"
VERSION = "0.2.6"
APPLICATION_ID = "com.github.stunkymonkey.nautilus-open-any-terminal.gschema"

0 comments on commit 4792d05

Please sign in to comment.