Skip to content

Commit 8ebbdc4

Browse files
committed
Patch for documentation, spurious PyPI files.
1 parent 74994ed commit 8ebbdc4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

build_package.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/bash
2+
3+
rm -f -r build/*
4+
rm -f -r dist/*
5+
6+
python setup.py sdist bdist_wheel

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Matthew Muckley'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.2.1'
25+
release = 'v0.3.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

torchkbnufft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Package info"""
22

3-
__version__ = '0.3.0'
3+
__version__ = '0.3.1'
44
__author__ = 'Matthew Muckley'
55
__author_email__ = '[email protected]'
66
__license__ = 'MIT'

0 commit comments

Comments
 (0)