Skip to content

Commit 261fc2f

Browse files
cahanged version to test Publish CI
1 parent b3658b1 commit 261fc2f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
[![GitHub stars](https://img.shields.io/github/stars/Commandcracker/display-server-interactions)](https://github.com/Commandcracker/display-server-interactions/stargazers)
1010
[![GitHub forks](https://img.shields.io/github/forks/Commandcracker/display-server-interactions)](https://github.com/Commandcracker/display-server-interactions/network)
1111
[![GitHub issues](https://img.shields.io/github/issues/Commandcracker/display-server-interactions)](https://github.com/Commandcracker/display-server-interactions/issues)
12+
[![Publish](https://github.com/Commandcracker/display-server-interactions/actions/workflows/pypi-publish.yml/badge.svg)](https://github.com/Commandcracker/display-server-interactions/actions/workflows/pypi-publish.yml)
1213

1314
DSI allows you to perform basic interactions on your display server, like screenshotting a window or sending input to it.
1415
Currently, DSI only supports X11/Xorg (GNU/Linux) but it aims to be cross-platform.

display_server_interactions/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from platform import system as __system
55

6-
__version__ = "0.0.dev3"
6+
__version__ = "0.0.dev4"
77
__author__ = "Commandcracker"
88

99
__os_name = __system().lower()

0 commit comments

Comments
 (0)