Skip to content

Commit dc9acb0

Browse files
authoredJun 27, 2021
Update release version and license year (magpylib#343) (magpylib#344)
* Update release version and license year * Create MANIFEST.in Latest manifest file for pypi * Add hotfix for pypi version
1 parent eb9b5ac commit dc9acb0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed
 

‎MANIFEST.in

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE README.md CHANGELOG.md
2+
recursive-include tests *.py

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ def setup(app):
6262
# -- Project information -----------------------------------------------------
6363

6464
project = 'Magpylib'
65-
copyright = '2019, SAL - Silicon Austria Labs'
65+
copyright = '2021, SAL - Silicon Austria Labs'
6666
author = 'Michael Ortner <magpylib@gmail.com>'
6767

6868
# The short X.Y version
6969
version = ''
7070
# The full version, including alpha/beta/rc tags
71-
release = '3.0.0'
71+
release = '3.0.2'
7272

7373

7474
# -- General configuration ---------------------------------------------------

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# $ (packCondaTest) pip install .
1717
# The library is now in the packCondaTest environment.
1818
##
19-
_magPyVersion = "3.0.0"
19+
_magPyVersion = "3.0.2"
2020

2121
_SphinxVersion = "1.8.2"
2222
_name = "magpylib"

0 commit comments

Comments
 (0)
Please sign in to comment.