diff --git a/README.md b/README.md index e3fab21..7af37a8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,10 @@ # General Information ## Maintainer -Oliver Bründler [oliver.bruendler@psi.ch] +Jonas Purtschert [jonas.purtschert@psi.ch] + +## Author +Oliver Bründler [oli.bruendler@gmx.ch] ## License This library is published under [PSI HDL Library License](License.txt), which is [LGPL](LGPL2_1.txt) plus some additional exceptions to clarify the LGPL terms in the context of firmware development. @@ -63,4 +66,4 @@ Details can be found [here](Build/README.md) - \ No newline at end of file + diff --git a/dist/IseScripting-3.0.0.tar.gz b/dist/IseScripting-3.0.0.tar.gz deleted file mode 100644 index f2ba85e..0000000 Binary files a/dist/IseScripting-3.0.0.tar.gz and /dev/null differ diff --git a/dist/IseScripting-3.0.1.tar.gz b/dist/IseScripting-3.0.1.tar.gz new file mode 100644 index 0000000..e01b175 Binary files /dev/null and b/dist/IseScripting-3.0.1.tar.gz differ diff --git a/setup.py b/setup.py index 9ef22dd..a10d297 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def run(self): #Package setuptools.setup( name="IseScripting", - version="3.0.0", + version="3.0.1", author="Oliver Bründler", author_email="oliver.bruendler@psi.ch", description="Tools to easily script Xilinx ISE from Python",