Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
scottprahl committed Aug 6, 2021
1 parent 216983f commit 24d59f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

v2.2.0 (9/5/2021)
v2.2.1 (9/5/2021)
-----------------
* create pure python packages
* include wheel file
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author = 'Scott Prahl'

# The full version, including alpha/beta/rc tags
release = '2.2.0'
release = '2.2.1'

master_doc = 'index'

Expand Down
2 changes: 1 addition & 1 deletion release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Releasing a new version
make rcheck

# update the version in setup.py and docs/conf.py
git commit setup.py miepython/__init__.py -m 'update version'
git commit setup.py docs/conf.py -m 'update version'
git push

# update CHANGELOG.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = miepython
version = 2.2.0
version = 2.2.1
author = Scott Prahl
author_email = [email protected]
license = MIT
Expand Down

0 comments on commit 24d59f5

Please sign in to comment.