Skip to content

Commit a11723f

Browse files
committed
Publish: v1.0.1
1 parent 96ec398 commit a11723f

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peace-performance-python"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Pure-Peace <940857703@qq.com>"]
55
edition = "2018"
66

peace_performance_python/__init__.py

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
'''
2+
:copyright: (C) 2021 Pure-Peace
3+
:license: MIT, see LICENSE for details.
4+
'''
5+
6+
__title__ = 'Pure-Peace'
7+
__author__ = 'Pure-Peace'
8+
__license__ = 'MIT'
9+
__copyright__ = 'Copyright 2021 Pure-Peace'
10+
__version__ = '1.0.1'
11+
112
from .objects import *
213
from . import types
314
from . import functions

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010

1111
[project]
1212
name = "peace-performance-python"
13-
version = "1.0.0"
13+
version = "1.0.1"
1414
description = "Rust binding for python. To calculate star ratings and performance points for all osu! gamemodes, and quickly parse Beatmap into python objects."
1515
keywords = "rust peace osu pp beatmap parse rosu-pp peace-performance"
1616
author = "PurePeace"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name="peace-performance-python",
22-
version="1.0.0",
22+
version="1.0.1",
2323
description="Rust binding for python. To calculate star ratings and performance points for all osu! gamemodes, and quickly parse Beatmap into python objects.",
2424
long_description=open("README.md", encoding="utf-8").read(),
2525
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)