Skip to content

Commit d0e6a28

Browse files
committed
Update to 3.46.2 (1.20.1)
1 parent 3682878 commit d0e6a28

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ From PyPi:
1313

1414
From Repo:
1515

16-
``python -m pip install git+https://github.com/SpockBotMC/python-minecraft-data``
16+
``python -m pip install git+https://github.com/Spacebarium/python-minecraft-data``
1717

1818
Usage
1919
-----
2020

21-
See the `example.py <https://github.com/rom1504/python-minecraft-data/blob/master/example.py>`__
21+
See the `example.py <https://github.com/Spacebarium/python-minecraft-data/blob/master/example.py>`__
2222

2323

2424
Documentation
2525
-------------
2626

27-
- See `doc/api.md <https://github.com/rom1504/python-minecraft-data/blob/master/doc/api.md>`__
28-
- See `doc/history.md <https://github.com/rom1504/python-minecraft-data/blob/master/doc/history.md>`__
27+
- See `doc/api.md <https://github.com/Spacebarium/python-minecraft-data/blob/master/doc/api.md>`__
28+
- See `doc/history.md <https://github.com/Spacebarium/python-minecraft-data/blob/master/doc/history.md>`__
2929

3030

3131
.. |pypi| image:: https://img.shields.io/pypi/v/minecraft_data.svg

doc/history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 3.46.2
2+
* Update minecraft-data to 3.46.2
3+
14
## 3.20.0
25
* Update minecraft-data to 3.20.0
36

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ def package_files(directory):
2020
description='Provide easy access to minecraft data in python',
2121
license='MIT',
2222
long_description=open('README.rst').read(),
23-
version='3.20.0',
24-
maintainer='Vito Gamberini',
23+
version='3.46.2',
24+
maintainer='Spacebarium',
2525
maintainer_email='[email protected]',
26-
url='https://github.com/SpockBotMC/python-minecraft-data',
26+
url='https://github.com/Spacebarium/python-minecraft-data',
2727
packages=find_packages(),
2828
package_data={'minecraft_data': extra_files},
2929
install_requires=[],

0 commit comments

Comments
 (0)