diff --git a/docs/conf.py b/docs/conf.py index 1bcc97e..80f84b8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/docs/doxygen.conf b/docs/doxygen.conf index f3a4715..fb32aa7 100644 --- a/docs/doxygen.conf +++ b/docs/doxygen.conf @@ -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 diff --git a/setup.py b/setup.py index 368738b..8fc2d1c 100644 --- a/setup.py +++ b/setup.py @@ -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",