Skip to content

Commit c8de40d

Browse files
committed
Bump version to 0.2.2
1 parent 5d9d84b commit c8de40d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
# The short X.Y version.
5656
version = '0.2'
5757
# The full version, including alpha/beta/rc tags.
58-
release = '0.2.1'
58+
release = '0.2.2'
5959

6060
# The language for content autogenerated by Sphinx. Refer to documentation
6161
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import os
44
from setuptools import setup, find_packages
5-
__version__ = "0.2.1"
5+
__version__ = "0.2.2"
66

77
def read(fname):
88
try:

0 commit comments

Comments
 (0)