Skip to content

Commit

Permalink
Bump version number to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed Mar 5, 2019
1 parent 5eca164 commit de8e4ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = "0.1.1"
version = "0.2.0"
# The full version, including alpha/beta/rc tags.
release = "0.1.1"
release = "0.2.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "libmk"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "0.1.1"
PROJECT_NUMBER = "0.2.0"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def read(file_name):

setup(
name="masterkeys",
version="0.1.1",
version="0.2.0",
packages=["masterkeys"],
description="MasterKeys Control Library for Linux",
author="RedFantom",
Expand Down

0 comments on commit de8e4ef

Please sign in to comment.