Skip to content

Commit 8952095

Browse files
authored
Merge pull request #738 from cylc/Update-version-for-master-branch
Update __init__.py
2 parents 2c1ca32 + 5ebc4c8 commit 8952095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/uiserver/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# You should have received a copy of the GNU General Public License
1414
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1515

16-
__version__ = "1.8.1.dev"
16+
__version__ = "1.9.0.dev"
1717

1818
import os
1919
from typing import Dict

0 commit comments

Comments
 (0)