Skip to content

Commit

Permalink
Bump BigARTM version number to v0.8.3 (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanPaulShapo committed Feb 13, 2017
1 parent db68c4a commit 4bf8a7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/download.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Downloads

* **Windows**

* Latest 64 bit release: `BigARTM_v0.8.2_win64 <https://github.com/bigartm/bigartm/releases/download/v0.8.2/BigARTM_v0.8.2_win64.7z>`_
* Latest 64 bit release: `BigARTM_v0.8.3_win64 <https://github.com/bigartm/bigartm/releases/download/v0.8.3/BigARTM_v0.8.3_win64.7z>`_
* Latest build from master branch: `BigARTM_master_win64.7z <https://ci.appveyor.com/api/projects/bigartm/bigartm/artifacts/BigARTM.7z?branch=stable&job=Environment%3A%20PYTHON_VERSION%3D3.5%2C%20MINICONDA%3DC%3A%5CMiniconda35-x64>`_ (warning, use this with caution)
* All previous releases are available at https://github.com/bigartm/bigartm/releases

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

setup(
name='bigartm',
version='0.8.2',
version='0.8.3',
packages=find_packages(),
install_requires=[
'pandas',
Expand Down
2 changes: 1 addition & 1 deletion src/artm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ add_custom_target(proto_generation ALL
# The version number, v0.8.2
set(ARTM_VERSION_MAJOR 0)
set(ARTM_VERSION_MINOR 8)
set(ARTM_VERSION_PATCH 2)
set(ARTM_VERSION_PATCH 3)

# configure a header file to pass some of the CMake settings
# to the source code
Expand Down

0 comments on commit 4bf8a7a

Please sign in to comment.