Skip to content

Commit

Permalink
CLN: Incremented version to 2.2.0dev0
Browse files Browse the repository at this point in the history
  • Loading branch information
bekozi committed Apr 2, 2018
1 parent 4e978a4 commit 32748ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '2.1.0'
version = '2.2.0dev0'
# The full version, including alpha/beta/rc tags.
release = '2.1.0'
release = '2.2.0dev0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import setup, Command, find_packages
from setuptools.command.test import test as TestCommand

VERSION = '2.1.0'
VERSION = '2.2.0dev0'


########################################################################################################################
Expand Down
4 changes: 2 additions & 2 deletions src/ocgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
from .driver.request.multi_request import MultiRequestDataset
from .ops.core import OcgOperations

__version__ = '2.1.0'
__release__ = '2.1.0'
__version__ = '2.2.0dev0'
__release__ = '2.2.0dev0'

0 comments on commit 32748ed

Please sign in to comment.