Skip to content

Commit

Permalink
Merge pull request #9 from AnuGayan/master
Browse files Browse the repository at this point in the history
Update version to latest released version
  • Loading branch information
tishan89 authored Apr 18, 2018
2 parents 2a0ef12 + 895c46a commit 7d1d80d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tests/SiddhiCoreTests/Resources/Extensions4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.wso2.siddhi-python-api</groupId>
<artifactId>siddhi-python-api-extensions-downloader-for-tests</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
<description>Downloads extensions (JARS) used by Siddhi Python API Tests</description>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion __PySiddhi4Proxy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.wso2.siddhi-python-api</groupId>
<artifactId>siddhi-python-api-proxy-4</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion __PySiddhi4Proxy/threadfix_c_code/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ $(TARGET_OUTPUT_NAME).so: $(TARGET_SOURCE_NAME).c $(TARGET_SOURCE_NAME).h
@echo "Building Target..."
ifeq ($(OS), Darwin)
$(CC) $(CFLAGS) $(INCLUDES_MACOS) -o $(TARGET_OUTPUT_NAME).so $(TARGET_SOURCE_NAME).c
else ifeq ($(OS), linux-gnu)
else ifeq ($(OS), Linux)
$(CC) $(CFLAGS) $(INCLUDES_LINUX) -o $(TARGET_OUTPUT_NAME).so $(TARGET_SOURCE_NAME).c
endif
@echo
Expand Down
4 changes: 2 additions & 2 deletions 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.0al",
version="1.0.0",
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 All @@ -63,7 +63,7 @@ def run(self):
},
url="https://github.com/wso2/PySiddhi",
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'License :: OSI Approved :: Apache Software License',
'Natural Language :: English',
Expand Down

0 comments on commit 7d1d80d

Please sign in to comment.