Skip to content

Commit 3cddfdf

Browse files
committed
Release 0.3.4
1 parent 3708cf4 commit 3cddfdf

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

doc/history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.4
2+
* fix package_data
3+
* update minecraft_data : some item.json fixes
4+
15
## 0.3.3
26
* small fix about os.path.join
37

minecraft_data/data

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
description='Provide easy access to minecraft data in python',
88
license='MIT',
99
long_description=open('README.rst').read(),
10-
version='0.3.3',
10+
version='0.3.4',
1111
maintainer='Romain Beaumont',
1212
maintainer_email='romain.rom1@gmail.com',
1313
url='https://github.com/rom1504/python-minecraft-data',

0 commit comments

Comments
 (0)