There was an error while loading. Please reload this page.
1 parent e308a41 commit 1d7a12bCopy full SHA for 1d7a12b
2 files changed
.github/workflows/ci.yml
@@ -1,11 +1,15 @@
1
name: CI
2
3
on:
4
+ workflow_dispatch:
5
push:
- branches: [ main ]
6
+ branches:
7
+ - main
8
+ tags:
9
+ - 'v*'
10
pull_request:
-
11
12
13
14
jobs:
15
jupyter_rfb/_version.py
@@ -22,7 +22,7 @@
22
23
# This is the base version number, to be bumped before each release.
24
# The build system detects this definition when building a distribution.
25
-__version__ = "1.0.0"
+__version__ = "1.0.1"
26
27
# Set this to your library name
28
project_name = "jupyter_rfb"
0 commit comments