We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2d679 commit 7af760fCopy full SHA for 7af760f
doc/history.md
@@ -1,3 +1,6 @@
1
+## 0.3.3
2
+ * small fix about os.path.join
3
+
4
## 0.3.2
5
* update to new minecraft-data file location
6
setup.py
@@ -7,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.3.2',
+ version='0.3.3',
11
maintainer='Romain Beaumont',
12
maintainer_email='[email protected]',
13
url='https://github.com/rom1504/python-minecraft-data',
0 commit comments