We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72268a8 commit b97202dCopy full SHA for b97202d
doc/history.md
@@ -1,3 +1,7 @@
1
+## 0.2.0
2
+ * add windows
3
+ * update protocol schema
4
+
5
## 0.1.1
6
* fix pypi package : include json files
7
* add licence file
setup.py
@@ -7,7 +7,7 @@
description='Provide easy access to minecraft data in python',
8
license='MIT',
9
long_description=open('README.rst').read(),
10
- version='0.1.1',
+ version='0.2.0',
11
maintainer='Romain Beaumont',
12
maintainer_email='[email protected]',
13
url='https://github.com/rom1504/python-minecraft-data',
0 commit comments