Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
fukatani committed Sep 21, 2019
1 parent 268adbf commit 2794650
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
#!/usr/bin/env python3
import imp
from setuptools import find_packages, setup
from setuptools import find_packages

import os

import setuptools
from pkg_resources import parse_version
from setuptools import setup


Expand All @@ -19,7 +15,7 @@ def load_module(module_path):

setup(
name="Rujaion",
version="0.6.1",
version="0.7.0",
author="Ryosuke Fukatani",
install_requires=[
"PyQt5",
Expand Down

0 comments on commit 2794650

Please sign in to comment.