Skip to content

Commit

Permalink
Updated version fields
Browse files Browse the repository at this point in the history
  • Loading branch information
madhawav committed Sep 1, 2017
1 parent 1556c05 commit de3c556
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The scope of this project is to develop a Python Wrapper on Siddhi CEP Library.

This is currently a work in progress, as a project for Google Summer of Code 2017 Program.

*Note: Currently the API is configured with __Siddhi CEP 3.1.0__ (in branch 3.x), __Siddhi CEP 4.0.0-M51__ (in branch master) and __WSO2 Data Analytics Server 4.0.0-M6-SNAPSHOT__ (in branch master) for __Python 2.7.x__ and __Python 3.x__*
*Note: Currently the API is configured with __Siddhi CEP 3.1.0__ (in branch 3.x), __Siddhi CEP 4.0.0-M53__ (in branch master) and __WSO2 Data Analytics Server 4.0.0-M6-SNAPSHOT__ (in branch master) for __Python 2.7.x__ and __Python 3.x__*

Project Goals
-----
Expand Down Expand Up @@ -53,7 +53,7 @@ Installing the Library from Source
sm.shutdown()
```

- For Siddhi CEP 4.0.0-M51
- For Siddhi CEP 4.0.0-M53
```python
from PySiddhi4.core.SiddhiManager import SiddhiManager
sm = SiddhiManager()
Expand Down
2 changes: 1 addition & 1 deletion __PySiddhi4Proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>org.wso2.siddhi</groupId>
<artifactId>siddhi-core</artifactId>
<version>4.0.0-M51</version>
<version>4.0.0-M53</version>
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run(self):

setup(
name="PySiddhi4",
version="1.0.dev",
version="1.0.0rc1",
packages=filtered_packages,
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4',
install_requires=["requests","pyjnius", "future", "enum34 ; python_version<'3.4'"],
Expand Down

0 comments on commit de3c556

Please sign in to comment.