Skip to content

Commit 98c83ef

Browse files
committed
Release 0.1.0
1 parent 4d959db commit 98c83ef

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
python-minecraft-data
22
=====================
33

4+
|pypi|_
5+
46
Provide easy access to `minecraft-data <https://github.com/PrismarineJS/minecraft-data>`__ in python
57

68
Installation
@@ -19,3 +21,8 @@ Documentation
1921
-------------
2022

2123
- See `doc/api.md <doc/api.md>`__
24+
- See `doc/history.md <doc/history.md>`__
25+
26+
27+
.. |pypi| image:: https://img.shields.io/pypi/v/minecraft_data.svg
28+
.. _pypi: https://pypi.python.org/pypi/minecraft_data

doc/history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## 0.1.0
2+
* provide : id-indexed data, name-indexed data, unindexed data and two functions to find items or blocks
3+

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
description='Provide easy access to minecraft data in python',
88
license='MIT',
99
long_description=open('README.rst').read(),
10-
version='0.0.1',
10+
version='0.1.0',
11+
maintainer='Romain Beaumont',
12+
maintainer_email='[email protected]',
1113
url='https://github.com/rom1504/python-minecraft-data',
1214
packages=find_packages(),
1315
install_requires=[

0 commit comments

Comments
 (0)