Skip to content

Commit de8e4ef

Browse files
committed
Bump version number to v0.2.0
1 parent 5eca164 commit de8e4ef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = "0.1.1"
59+
version = "0.2.0"
6060
# The full version, including alpha/beta/rc tags.
61-
release = "0.1.1"
61+
release = "0.2.0"
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

docs/doxygen.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "libmk"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = "0.1.1"
41+
PROJECT_NUMBER = "0.2.0"
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def read(file_name):
1818

1919
setup(
2020
name="masterkeys",
21-
version="0.1.1",
21+
version="0.2.0",
2222
packages=["masterkeys"],
2323
description="MasterKeys Control Library for Linux",
2424
author="RedFantom",

0 commit comments

Comments
 (0)