Skip to content

Commit

Permalink
update version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hourout authored Jul 6, 2021
1 parent fe8ba7a commit 9a6d9f5
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,16 +1,12 @@
import os
import sys
import json

from setuptools import setup, find_packages
from setuptools import setup


def readme():
with open('README.md', encoding='utf-8') as f:
return f.read()

setup(name='hive_kernel',
version='0.4.0',
version='0.4.1',
description='A hive kernel for Jupyter.',
long_description=readme(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 9a6d9f5

Please sign in to comment.