Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerakin authored and gmarull committed Jan 2, 2020
1 parent 03b282d commit 88b8ace
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qtmodern/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '0.1.4'
__version__ = '0.2.0'
""" str: Package version. """
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/usr/bin/env python

import re
import qtmodern
from setuptools import setup

_version = re.search(r'__version__\s+=\s+\'(.*)\'',
open('qtmodern/__init__.py').read()).group(1)
_version = qtmodern.__version__

setup(name='qtmodern',
version=_version,
Expand Down

0 comments on commit 88b8ace

Please sign in to comment.