Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Release Version v1.0.1 (#13)
Browse files Browse the repository at this point in the history
* release version v1.0.1

* Update README.md
  • Loading branch information
naveen521kk authored Oct 14, 2020
1 parent 06a6eb4 commit 57ba302
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

![sxcu-logo](https://github.com/naveen521kk/sxcu/raw/master/logo/readme-logo.png)
<p align="center">
A friendly API wrapper around (https://sxcu.net
A friendly API wrapper around https://sxcu.net.
</p>

## Installation
Expand Down
8 changes: 7 additions & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@
Changelog
*********

sxcu-v1.0.2
===========
[TOB]


sxcu-v1.0.1
===========

[TOD]
* Fixed an issue in reading ``.sxcu`` file. (PR-10)
* Fixed ``__version__`` and removed a dependency.

sxcu-v1.0.0
===========
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sxcu"
version = "1.0.0"
version = "1.0.1"
description = "Python API wraper for sxcu.net"
authors = [
"Naveen M K <naveen@syrusdark.website>"
Expand Down
2 changes: 1 addition & 1 deletion sxcu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
"""
from .sxcu import SXCU, og_properties # noqa F401

__version__ = "1.0.0"
__version__ = "1.0.1"

0 comments on commit 57ba302

Please sign in to comment.