Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

Commit b2ab4d4

Browse files
committed
Release 0.1.0
First stable release of Sciencer toolkit!
1 parent 663fe28 commit b2ab4d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sciencer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Sciencer Toolkit.
22
See https://github.com/SciencerIO/sciencer-toolkit/ for more information.
33
"""
4-
__version__ = "0.0.4"
4+
__version__ = "0.1.0"
55

66
from . import providers
77
from . import collectors

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name="sciencer",
11-
version="0.0.4",
11+
version="0.1.0",
1212
description="A smarter way to find new articles",
1313
long_description=readme_content,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)