Skip to content

Commit

Permalink
Incremented to version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daveraja committed Oct 21, 2019
1 parent a59a364 commit 8edcec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion clorm/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .orm import *

__version__ = '0.9.0-alpha.1'
__version__ = '0.9.0'
__author__ = "David Rajaratnam"
__email__ = "[email protected]"
__copyright__ = "Copyright (c) 2018 David Rajaratnam"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
author = 'David Rajaratnam'

# The short X.Y version
version = '0.8.0'
version = '0.9.0'
# The full version, including alpha/beta/rc tags
release = 'alpha'
#release = 'alpha'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(fname):

setup(
name="CLORM",
version="0.9.0-alpha.1",
version="0.9.0",
author="David Rajaratnam",
author_email="[email protected]",
description="Clingo ORM (CLORM) provides a ORM interface for interacting with the Clingo Answer Set Programming (ASP) solver",
Expand Down

0 comments on commit 8edcec8

Please sign in to comment.