Skip to content

Commit

Permalink
chore: move repository to group fugle-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
thstarshine committed Sep 13, 2021
1 parent 91e4be5 commit c332c0c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Git clone the repository:

```sh
git clone https://github.com/fortuna-intelligence/fugle-realtime-py.git
git clone https://github.com/fugle-dev/fugle-realtime-py.git
cd fugle-realtime-py
```

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fugle-realtime-py

[![Travis (.org)](https://img.shields.io/travis/fortuna-intelligence/fugle-realtime-py.svg)](https://travis-ci.org/fortuna-intelligence/fugle-realtime-py)
[![Travis (.org)](https://img.shields.io/travis/fugle-dev/fugle-realtime-py.svg)](https://travis-ci.org/fugle-dev/fugle-realtime-py)
[![PyPI](https://img.shields.io/pypi/v/fugle-realtime.svg)](https://pypi.org/project/fugle-realtime/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/fugle-realtime.svg)](https://pypi.org/project/fugle-realtime/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/fugle-realtime.svg)](https://pypi.org/project/fugle-realtime/)
Expand All @@ -17,7 +17,7 @@ Currently supported exchanges are [Taiwan Stock Exchange (TWSE)](http://www.twse

- [GitHub](https://github.com/)

- https://github.com/fortuna-intelligence/fugle-realtime-py
- https://github.com/fugle-dev/fugle-realtime-py

- [PyPI](https://pypi.org/)

Expand Down
2 changes: 1 addition & 1 deletion fugle_realtime/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.9"
__version__ = "0.2.10"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[tool.poetry]
name = "fugle-realtime"
version = "0.2.8"
version = "0.2.10"
description = "Fugle Realtime"
license = "MIT"
readme = "README.md"
homepage = "https://developer.fugle.tw/realtime"
repository = "https://github.com/fortuna-intelligence/fugle-realtime-py"
repository = "https://github.com/fugle-dev/fugle-realtime-py"
documentation = "https://developer.fugle.tw/realtime/document"
keywords = ["fortuna", "fugle", "intelligence", "realtime", "taiwan"]
keywords = ["fugle", "realtime", "taiwan", "twse", "tpex", "stock", "fortuna"]
authors = ["Fortuna Intelligence Co., Ltd. <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion tests/test_fugle_realtime_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.2.8"
assert __version__ == "0.2.10"

0 comments on commit c332c0c

Please sign in to comment.